diff --git a/src/roster_window.py b/src/roster_window.py index b003c9715..c1c7cd143 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -306,10 +306,7 @@ class Roster_window: our_jid = gajim.config.get_per('accounts', account, 'name') + '@' +\ gajim.config.get_per('accounts', account, 'hostname') lbl = gtk.Label() - lbl.set_markup('abc') - item = gtk.MenuItem() - item.add(lbl) - #item = gtk.MenuItem(_('as ') + our_jid) + item = gtk.MenuItem(_('as ') + our_jid) sub_menu.append(item) item.connect('activate', self.on_join_gc_activate, account) sub_menu.show_all()