2001-07-27 09:11:08 -04:00
|
|
|
|
|
|
|
$FreeBSD$
|
|
|
|
|
2002-01-11 07:51:41 -05:00
|
|
|
--- src/macro-language.c.orig Thu Jan 10 19:53:09 2002
|
|
|
|
+++ src/macro-language.c Fri Jan 11 14:22:51 2002
|
|
|
|
@@ -185,7 +185,7 @@
|
2000-09-25 03:16:53 -04:00
|
|
|
{
|
2002-01-11 07:51:41 -05:00
|
|
|
gchar path[384];
|
|
|
|
|
|
|
|
- g_snprintf (path, sizeof (path), PREFIX "/share/" PACKAGE "/scripts");
|
|
|
|
+ g_snprintf (path, sizeof (path), PREFIX "/share/gnome/" PACKAGE "/scripts");
|
|
|
|
build_menu_from_scripts_dir (path, "_Scripts/");
|
|
|
|
g_snprintf (path, sizeof (path), "%s/." PACKAGE "/scripts",
|
|
|
|
g_get_home_dir ());
|