15 lines
478 B
Plaintext
15 lines
478 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- 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 @@
|
|
{
|
|
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 ());
|