1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/editors/glimmer/files/patch-ac
2000-09-25 07:16:53 +00:00

12 lines
504 B
Plaintext

--- 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);