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 d7bc92706d
commit 0f34054774
1 changed files with 1 additions and 1 deletions

View File

@ -5908,7 +5908,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)