From bbc16c84fc4f8c87a042c7173791f4c64a0ca043 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 15 Jul 2002 07:58:42 +0000 Subject: Fix another place where was the problem with paths relative to ${PREFIX}/gnome. This makes "Settings" menu on menu panel working. Bump PORTREVISION. --- x11/gnomecore/Makefile | 2 +- x11/gnomecore/files/patch-panel::foobar-widget.c | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 x11/gnomecore/files/patch-panel::foobar-widget.c (limited to 'x11') diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 412bf6b72c4c..91165437d631 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomecore PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-core diff --git a/x11/gnomecore/files/patch-panel::foobar-widget.c b/x11/gnomecore/files/patch-panel::foobar-widget.c new file mode 100644 index 000000000000..f0ff594ae2d6 --- /dev/null +++ b/x11/gnomecore/files/patch-panel::foobar-widget.c @@ -0,0 +1,14 @@ + +$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); -- cgit