Show
Ignore:
Timestamp:
05/31/06 21:31:41 (3 years ago)
Author:
dkirov
Message:

r6265, r6266, r6267, r6269, r6350, r6366

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.10/src/groupchat_control.py

    r6404 r6407  
    4848gtk.glade.bindtextdomain(APP, i18n.DIR) 
    4949gtk.glade.textdomain(APP) 
    50  
    51 GTKGUI_GLADE = 'gtkgui.glade' 
    5250 
    5351#(status_image, type, nick, shown_nick) 
     
    205203 
    206204                # connect the menuitems to their respective functions 
    207                 xm = gtk.glade.XML(GTKGUI_GLADE, 'gc_control_popup_menu', APP) 
     205                xm = gtkgui_helpers.get_glade('gc_control_popup_menu.glade') 
    208206 
    209207                widget = xm.get_widget('bookmark_room_menuitem') 
     
    14121410 
    14131411                # making menu from glade 
    1414                 xml = gtk.glade.XML(GTKGUI_GLADE, 'gc_occupants_menu', APP) 
     1412                xml = gtkgui_helpers.get_glade('gc_occupants_menu.glade') 
    14151413 
    14161414                # these conditions were taken from JEP 0045