This commit is contained in:
js 2008-07-02 08:47:01 +00:00
parent 62fe1c72e3
commit 38760989d1
1 changed files with 1 additions and 1 deletions

View File

@ -5048,7 +5048,7 @@ class RosterWindow:
else: # one resource
start_chat_menuitem.connect('activate',
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:
execute_command_menuitem.set_sensitive(True)
execute_command_menuitem.connect('activate', self.on_execute_command,