poezio/src/core
Florent Le Coz 900b67c01d get_tab_by_name() should specify a tab type whenever possible
For example, a tab can be named muc.example.com, if you do /list
muc.example.com.  If you then do /join muc.example.com, the error handler
needs to get the correct tab (the MucTab, not the MucListTab previously
opened).
This commit fixes the above issue (a traceback), and maybe some others like
that.
2014-05-31 17:37:15 +02:00
..
__init__.py
commands.py Add the /ad-hoc <jid> command to list commands of the given jid 2014-05-04 21:05:47 +02:00
completions.py
core.py get_tab_by_name() should specify a tab type whenever possible 2014-05-31 17:37:15 +02:00
handlers.py get_tab_by_name() should specify a tab type whenever possible 2014-05-31 17:37:15 +02:00
structs.py