freebsd-ports/x11/gnomecore/files/patch-panel::foobar-widget.c
Maxim Sobolev 41626c642a Fix another place where was the problem with paths relative to ${PREFIX}/gnome.
This makes "Settings" menu on menu panel working. Bump PORTREVISION.
2002-07-15 07:58:42 +00:00

14 lines
411 B
C

$FreeBSD$
--- panel/foobar-widget.c 2002/07/14 10:25:26 1.1
+++ panel/foobar-widget.c 2002/07/14 10:25:41
@@ -1068,7 +1068,7 @@
FALSE, "apps");
foo->settings =
append_folder_menu(menu_bar, _("Settings"), NULL, TRUE,
- "gnome/apps/Settings");
+ "apps/Settings");
append_desktop_menu (menu_bar);
gtk_box_pack_start (GTK_BOX (foo->hbox), menu_bar, FALSE, FALSE, 0);