diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 07:58:42 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 07:58:42 +0000 |
commit | 41626c642a56ef5c65ab5b6bd8101afc4f5d7def (patch) | |
tree | aa63357ecf1c3f32b234049c830a8766b9188a2c /x11 | |
parent | Remove unintentional dependency on readlink by replacing the call to it (diff) |
Fix another place where was the problem with paths relative to ${PREFIX}/gnome.
This makes "Settings" menu on menu panel working. Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=62965
Diffstat (limited to 'x11')
-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); |