aboutsummaryrefslogtreecommitdiffstats
path: root/editors/glimmer/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/glimmer/files/patch-ac')
-rw-r--r--editors/glimmer/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/glimmer/files/patch-ac b/editors/glimmer/files/patch-ac
new file mode 100644
index 000000000000..a4f408baea3a
--- /dev/null
+++ b/editors/glimmer/files/patch-ac
@@ -0,0 +1,11 @@
+--- src/macro-language.c 2000/09/23 17:27:54 1.1
++++ src/macro-language.c 2000/09/23 17:28:19
+@@ -100,7 +100,7 @@
+ void build_scripts_menu(void)
+ {
+ 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, scriptsmenu);
+ g_snprintf(path, sizeof(path), "%s/." PACKAGE "/scripts", getenv("HOME"));
+ build_menu_from_scripts_dir(path, scriptsmenu);