Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2019-08-17 14:26:14 +0300
committerPhilipp Hörist <philipp@hoerist.com>2019-08-17 15:37:36 +0300
commit11581f2a2d2d41157d29cbe6caebb8bec3e73d5d (patch)
treedf39185ad56ddb7c666557ec0def6dbb2c9a7caa
parentb3b44a4eb1e12866cc344f497a977d3e822c23f9 (diff)
[whiteboard] Add missing caps handler
-rw-r--r--whiteboard/plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/whiteboard/plugin.py b/whiteboard/plugin.py
index bd7592a..e07ebd6 100644
--- a/whiteboard/plugin.py
+++ b/whiteboard/plugin.py
@@ -70,6 +70,7 @@ class WhiteboardPlugin(GajimPlugin):
self.disconnect_from_chat_control),
'chat_control_base_update_toolbar': (self.update_button_state,
None),
+ 'update_caps': (self._update_caps, None),
}
self.controls = []
self.sid = None