Changeset 9591 for trunk/src/chat_control.py
- Timestamp:
- 05/07/08 18:24:15 (7 months ago)
- Files:
-
- 1 modified
-
trunk/src/chat_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/chat_control.py
r9590 r9591 481 481 gajim.interface.emoticons_menu.popup(None, None, 482 482 set_emoticons_menu_position, 1, 0) 483 484 elif event.keyval == gtk.keysyms.a and \ 485 (event.state & gtk.gdk.MOD1_MASK): # alt + a opens actions menu 486 self.on_actions_button_clicked(None) 483 487 return False 484 488
