freebsd-ports/x11/gnomecore/files/patch-panel::menu-properties.c
Joe Marcus Clarke 8ab487462d Fix the panel path. Bump PORTREVISION.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2002-07-14 03:23:19 +00:00

11 lines
404 B
C

--- panel/menu-properties.c.orig Sat Jul 13 23:18:06 2002
+++ panel/menu-properties.c Sat Jul 13 23:18:15 2002
@@ -68,7 +68,7 @@
arguments = ".";
if(strcmp(arguments, ".") == 0)
- this_menu = gnome_unconditional_datadir_file ("gnome/apps");
+ this_menu = gnome_unconditional_datadir_file ("apps");
else if (*arguments == '/')
this_menu = g_strdup (arguments);
else if (*arguments == '~')