diff options
author | mathieui <mathieui@mathieui.net> | 2018-07-22 16:17:06 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2018-07-22 16:17:06 +0200 |
commit | c6cf2d08b7295a477d89d01535463d18103f6311 (patch) | |
tree | 9ec9f61ab5d4b6fe45d10d0752dab90df935e76f /doc | |
parent | e2414121af16474744d012cdb8466de6ae3136e4 (diff) | |
download | poezio-c6cf2d08b7295a477d89d01535463d18103f6311.tar.gz poezio-c6cf2d08b7295a477d89d01535463d18103f6311.tar.bz2 poezio-c6cf2d08b7295a477d89d01535463d18103f6311.tar.xz poezio-c6cf2d08b7295a477d89d01535463d18103f6311.zip |
Fix close_all and change_title plugins
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/dev/events.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/dev/events.rst b/doc/source/dev/events.rst index 3af469bb..a2e6ad9d 100644 --- a/doc/source/dev/events.rst +++ b/doc/source/dev/events.rst @@ -12,8 +12,8 @@ The following events are poezio-only events, for Slixmpp events, check out - **tab:** :py:class:`~tabs.MucTab` source of the event tab_change - - **old_tab_nb:** :py:class:`int` Old current tab number. - - **new_tab_nb:** :py:class:`int` New current tab number. + - **old_tab:** :py:class:`int` Old current tab. + - **new_tab:** :py:class:`int` New current tab. Triggered whenever the user switches between tabs. |