Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim-plugins
Commits
93e9194c
Commit
93e9194c
authored
Dec 17, 2017
by
Philipp Hörist
Browse files
[omemo] Fix clearing devices
parent
72467b30
Changes
1
Hide whitespace changes
Inline
Side-by-side
omemo/ui.py
View file @
93e9194c
...
...
@@ -234,7 +234,7 @@ class OMEMOConfigDialog(GajimPluginConfigDialog):
def
cleardevice_button_clicked_cb
(
self
,
button
,
*
args
):
active
=
self
.
B
.
get_object
(
'account_combobox'
).
get_active
()
account
=
self
.
account_store
[
active
][
0
]
self
.
plugin
.
clear_device_list
(
account
)
self
.
plugin
.
connections
[
account
].
clear_device_list
()
self
.
update_context_list
()
def
refresh_button_clicked_cb
(
self
,
button
,
*
args
):
...
...
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