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:
parent
d7bc92706d
commit
0f34054774
1 changed files with 1 additions and 1 deletions
|
@ -5908,7 +5908,7 @@ class RosterWindow:
|
||||||
self._nec_roster_received)
|
self._nec_roster_received)
|
||||||
app.ged.register_event_handler('anonymous-auth', ged.GUI1,
|
app.ged.register_event_handler('anonymous-auth', ged.GUI1,
|
||||||
self._nec_anonymous_auth)
|
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)
|
self._nec_our_show)
|
||||||
app.ged.register_event_handler('connection-type', ged.GUI1,
|
app.ged.register_event_handler('connection-type', ged.GUI1,
|
||||||
self._nec_connection_type)
|
self._nec_connection_type)
|
||||||
|
|
Loading…
Add table
Reference in a new issue