aboutsummaryrefslogtreecommitdiffstats
path: root/editors/glimmer/files/patch-ac
blob: a4f408baea3a5670a0e32011deb0077b9efca888 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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);