gimp/RELEASE-TO-CVS.patch
Sven Neumann 1e21bf869f recreated from toplevel dir so it applies as advertised in HACKING.
2001-11-15  Sven Neumann  <sven@gimp.org>

	* RELEASE-TO-CVS.patch: recreated from toplevel dir so it applies
	as advertised in HACKING.
2001-11-15 10:32:23 +00:00

26 lines
808 B
Diff

Index: app/gui/menus.c
===================================================================
RCS file: /cvs/gnome/gimp/app/gui/menus.c,v
retrieving revision 1.242
diff -u -p -r1.242 menus.c
--- app/gui/menus.c 2001/11/13 16:56:58 1.242
+++ app/gui/menus.c 2001/11/15 10:26:45
@@ -1813,7 +1813,7 @@ menus_init (Gimp *gimp)
}
filename = gimp_personal_rc_file ("menurc");
- gtk_item_factory_parse_rc (filename);
+ gtk_accel_map_load (filename);
g_free (filename);
g_signal_connect (G_OBJECT (gimp->documents), "add",
@@ -1841,7 +1841,7 @@ menus_exit (Gimp *gimp)
gimp);
filename = gimp_personal_rc_file ("menurc");
- gtk_item_factory_dump_rc (filename, NULL, TRUE);
+ gtk_accel_map_save (filename);
g_free (filename);
if (toolbox_factory)