Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
gajim
gajim-plugins
Commits
b03d1072
Commit
b03d1072
authored
Aug 17, 2019
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[whiteboard] Add missing caps handler
parent
5c692c1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
whiteboard/plugin.py
whiteboard/plugin.py
+1
-0
No files found.
whiteboard/plugin.py
View file @
b03d1072
...
...
@@ -69,6 +69,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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment