/[gnokii]/gnokii/xgnokii/xgnokii_xkeyb.c
ViewVC logotype

Diff of /gnokii/xgnokii/xgnokii_xkeyb.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by pkot, Sun Apr 24 20:57:37 2005 UTC revision 1.17 by ja, Wed Aug 10 07:33:43 2005 UTC
# Line 23  Line 23 
23    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
24    
25    Copyright (C) 1999 Pavel Janík ml., Hugh Blemings    Copyright (C) 1999 Pavel Janík ml., Hugh Blemings
26    & Ján Derfiňák <ja@mail.upjs.sk>.    & 1999-2005 Jan Derfinak.
27    Copyright (C) 2002 BORBELY Zoltan    Copyright (C) 2002 BORBELY Zoltan
28    
29  */  */
# Line 269  void GUI_CreateXkeybWindow(void) Line 269  void GUI_CreateXkeybWindow(void)
269    
270          gtk_item_factory_create_items(item_factory, nmenu_items, menu_items, NULL);          gtk_item_factory_create_items(item_factory, nmenu_items, menu_items, NULL);
271    
272          gtk_accel_group_attach(accel_group, GTK_OBJECT(GUI_XkeybWindow));          gtk_window_add_accel_group(GTK_WINDOW(GUI_XkeybWindow), accel_group);
273            
274          /* Finally, return the actual menu bar created by the item factory. */          /* Finally, return the actual menu bar created by the item factory. */
275          menubar = gtk_item_factory_get_widget(item_factory, "<main>");          menubar = gtk_item_factory_get_widget(item_factory, "<main>");
276    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26