Changeset 7519 for trunk/src/gajim-remote.py
- Timestamp:
- 11/22/06 18:19:50 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/gajim-remote.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gajim-remote.py
r7514 r7519 260 260 ''' Print retrieved result to the output ''' 261 261 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'): 263 263 if self.command in ('send_message', 'send_single_message'): 264 264 self.argv_len -= 2
