Skip to content
Snippets Groups Projects
Commit 03dbf641 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix dubble disconnect of a handler. self.hid is already disconnected in _on_window_destroy function

parent 765b5eb2
No related branches found
No related tags found
No related merge requests found
......@@ -349,7 +349,6 @@ class MessageWindow:
gajim.interface.msg_win_mgr._on_window_delete(self.window, None)
gajim.interface.msg_win_mgr._on_window_destroy(self.window)
# dnd clean up
self.notebook.disconnect(self.hid)
self.notebook.drag_dest_unset()
self.window.destroy()
return # don't show_title, we are dead
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment