diff --git a/src/roster_window.py b/src/roster_window.py index 1318f1a69..7e8da30f1 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -751,7 +751,8 @@ class RosterWindow: menu = gtk.Menu() item = gtk.ImageMenuItem(_('_Log on')) - icon = gtk.image_new_from_stock(icon) + icon = gtk.image_new_from_stock(gtk.STOCK_YES, gtk.ICON_SIZE_MENU) + item.set_image(icon) menu.append(item) show = self.contacts[account][jid][0].show if show != 'offline' and show != 'error':