Changeset 6362 for trunk/src/groupchat_control.py
- Timestamp:
- 05/26/06 15:25:31 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/groupchat_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/groupchat_control.py
r6353 r6362 1560 1560 # show the popup now! 1561 1561 menu = xml.get_widget('gc_occupants_menu') 1562 menu.show_all() 1562 1563 menu.popup(None, None, None, event.button, event.time) 1563 menu.show_all()1564 1564 1565 1565 def _start_private_message(self, nick):
