Now when the jabber status changes it also changes the window icon
This commit is contained in:
parent
45212e8d74
commit
acc7fc8238
1 changed files with 1 additions and 0 deletions
|
@ -2518,6 +2518,7 @@ class plugin:
|
|||
def handle_event_status(self, account, status):
|
||||
#('STATUS', account, status)
|
||||
self.roster.on_status_changed(account, status)
|
||||
self.roster.window.set_icon(self.roster.pixbufs[status].get_pixbuf())
|
||||
|
||||
def handle_event_notify(self, account, array):
|
||||
#('NOTIFY', account, (jid, status, message, resource, priority, keyID,
|
||||
|
|
Loading…
Add table
Reference in a new issue