80 margin
This commit is contained in:
parent
bb4d61c10d
commit
964d32fc48
|
@ -2285,7 +2285,8 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
|
||||||
def on_service_disco_menuitem_activate(self, widget, account):
|
def on_service_disco_menuitem_activate(self, widget, account):
|
||||||
server_jid = gajim.config.get_per('accounts', account, 'hostname')
|
server_jid = gajim.config.get_per('accounts', account, 'hostname')
|
||||||
if gajim.interface.instances[account]['disco'].has_key(server_jid):
|
if gajim.interface.instances[account]['disco'].has_key(server_jid):
|
||||||
gajim.interface.instances[account]['disco'][server_jid].window.present()
|
gajim.interface.instances[account]['disco'][server_jid].\
|
||||||
|
window.present()
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
# Object will add itself to the window dict
|
# Object will add itself to the window dict
|
||||||
|
|
Loading…
Reference in New Issue