diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-15 15:58:42 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-15 15:58:42 +0800 |
commit | bbc16c84fc4f8c87a042c7173791f4c64a0ca043 (patch) | |
tree | 3e624832828b6b4695de486187cafb7909f555fa | |
parent | 11b872f2cc7ec73c10c063c94d62e936d46517b2 (diff) | |
download | freebsd-ports-gnome-bbc16c84fc4f8c87a042c7173791f4c64a0ca043.tar.gz freebsd-ports-gnome-bbc16c84fc4f8c87a042c7173791f4c64a0ca043.tar.zst freebsd-ports-gnome-bbc16c84fc4f8c87a042c7173791f4c64a0ca043.zip |
Fix another place where was the problem with paths relative to ${PREFIX}/gnome.
This makes "Settings" menu on menu panel working. Bump PORTREVISION.
-rw-r--r-- | x11/gnomecore/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomecore/files/patch-panel::foobar-widget.c | 14 |
2 files changed, 15 insertions, 1 deletions
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); |