Show
Ignore:
Timestamp:
05/26/06 15:25:31 (3 years ago)
Author:
asterix
Message:

menu are now shown before popup so that they are correctly placed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/groupchat_control.py

    r6353 r6362  
    15601560                # show the popup now! 
    15611561                menu = xml.get_widget('gc_occupants_menu') 
     1562                menu.show_all() 
    15621563                menu.popup(None, None, None, event.button, event.time) 
    1563                 menu.show_all() 
    15641564 
    15651565        def _start_private_message(self, nick):