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
b1f042e5
Commit
b1f042e5
authored
Aug 17, 2019
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[whiteboard] Update button state after chat control connect
parent
e1c9663e
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 @
b1f042e5
...
...
@@ -102,6 +102,7 @@ class WhiteboardPlugin(GajimPlugin):
if
isinstance
(
control
,
chat_control
.
ChatControl
):
base
=
Base
(
self
,
control
)
self
.
controls
.
append
(
base
)
self
.
update_button_state
(
control
)
@
log_calls
(
'WhiteboardPlugin'
)
def
disconnect_from_chat_control
(
self
,
chat_control
):
...
...
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