Roster: Register our-show with lower priority

This event is used to shutdown the roster if we quit, it destroys all windows.

This should be run last because other objects like the ChatControl need a reference to the window to shutdown properly
This commit is contained in:
Philipp Hörist 2018-12-18 14:40:38 +01:00
parent 0ac52a390e
commit 89d9940933
1 changed files with 1 additions and 1 deletions

View File

@ -5872,7 +5872,7 @@ class RosterWindow:
self._nec_roster_received)
app.ged.register_event_handler('anonymous-auth', ged.GUI1,
self._nec_anonymous_auth)
app.ged.register_event_handler('our-show', ged.GUI1,
app.ged.register_event_handler('our-show', ged.GUI2,
self._nec_our_show)
app.ged.register_event_handler('connection-type', ged.GUI1,
self._nec_connection_type)