Changeset 6407 for branches/gajim_0.10/src/groupchat_control.py
- Timestamp:
- 05/31/06 21:31:41 (3 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.10/src/groupchat_control.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/src/groupchat_control.py
r6404 r6407 48 48 gtk.glade.bindtextdomain(APP, i18n.DIR) 49 49 gtk.glade.textdomain(APP) 50 51 GTKGUI_GLADE = 'gtkgui.glade'52 50 53 51 #(status_image, type, nick, shown_nick) … … 205 203 206 204 # 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') 208 206 209 207 widget = xm.get_widget('bookmark_room_menuitem') … … 1412 1410 1413 1411 # 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') 1415 1413 1416 1414 # these conditions were taken from JEP 0045
