Show
Ignore:
Timestamp:
11/22/06 18:19:50 (2 years ago)
Author:
jim++
Message:

Update gajim-remote new command name, delete unused local var

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gajim-remote.py

    r7514 r7519  
    260260                ''' Print retrieved result to the output ''' 
    261261                if res is not None: 
    262                         if self.command in ('open_chat', 'send_message', 'send_single_message', 'start_chat'): 
     262                        if self.command in ('open_chat', 'send_chat_message', 'send_single_message', 'start_chat'): 
    263263                                if self.command in ('send_message', 'send_single_message'): 
    264264                                        self.argv_len -= 2