Changeset 6404 for branches/gajim_0.10/src/groupchat_control.py
- Timestamp:
- 05/31/06 21:02:40 (3 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.10/src/groupchat_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/src/groupchat_control.py
r6246 r6404 1495 1495 # show the popup now! 1496 1496 menu = xml.get_widget('gc_occupants_menu') 1497 menu.show_all() 1497 1498 menu.popup(None, None, None, event.button, event.time) 1498 menu.show_all()1499 1499 1500 1500 def _start_private_message(self, nick):
