Typo.
This commit is contained in:
parent
62fe1c72e3
commit
38760989d1
|
@ -5048,7 +5048,7 @@ class RosterWindow:
|
||||||
else: # one resource
|
else: # one resource
|
||||||
start_chat_menuitem.connect('activate',
|
start_chat_menuitem.connect('activate',
|
||||||
gajim.interface.on_open_chat_window, contact, account)
|
gajim.interface.on_open_chat_window, contact, account)
|
||||||
if contact.resource and NS_FILE in gajim.capscache[
|
if contact.resource and NS_COMMANDS in gajim.capscache[
|
||||||
(contact.caps_hash_method, contact.caps_hash)].features:
|
(contact.caps_hash_method, contact.caps_hash)].features:
|
||||||
execute_command_menuitem.set_sensitive(True)
|
execute_command_menuitem.set_sensitive(True)
|
||||||
execute_command_menuitem.connect('activate', self.on_execute_command,
|
execute_command_menuitem.connect('activate', self.on_execute_command,
|
||||||
|
|
Loading…
Reference in New Issue