diff --git a/data/iconsets/stellar/message.gif b/data/iconsets/stellar/message.gif index eb2c4ec3e..7e78a07c9 100644 Binary files a/data/iconsets/stellar/message.gif and b/data/iconsets/stellar/message.gif differ diff --git a/src/config.py b/src/config.py index bb5894c03..4d4b42937 100644 --- a/src/config.py +++ b/src/config.py @@ -119,7 +119,7 @@ class Preferences_window: icon_string = model[active][0] gajim.config.set('iconset', icon_string) self.plugin.roster.reload_jabber_state_images() - for a in gajim.connections: + for a in gajim.connections: # FIXME: so this can be removed?? [see roster_window.py update_state_images call in reload_jabber_state_images()] for w in self.plugin.windows[a]['gc'].values(): w.update_state_images() self.plugin.save_config() diff --git a/src/roster_window.py b/src/roster_window.py index 0bc950f41..9ed738bc2 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -1219,7 +1219,7 @@ class Roster_window: # Update opened groupchat windows for jid in self.plugin.windows[account]['gc']: if jid != 'tabbed': - self.plugin.windows[account]['gc'][jid].update_state_images(jid) + self.plugin.windows[account]['gc'][jid].update_state_images() # Update windows icons image = self.jabber_state_images['online'] # FIXME: we need an icon if image.get_storage_type() == gtk.IMAGE_ANIMATION: