[gimp/metadata-browser] gimptool: Fix system script dir path
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] gimptool: Fix system script dir path
- Date: Fri, 2 Dec 2011 02:06:39 +0000 (UTC)
commit 4523b6cde612776091701bf8f8ec30be8328034a
Author: Mukund Sivaraman <muks banu com>
Date: Tue Oct 4 18:11:29 2011 +0530
gimptool: Fix system script dir path
tools/gimptool.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/tools/gimptool.c b/tools/gimptool.c
index 18cefb5..9593405 100644
--- a/tools/gimptool.c
+++ b/tools/gimptool.c
@@ -677,11 +677,11 @@ get_sys_script_dir (gboolean forward_slashes)
const gchar slash = '/';
#endif
- return g_strdup_printf ("%s%cshare%cgimp%c%d.%d%cscripts",
- get_runtime_prefix (slash),
- slash, slash, slash,
- GIMP_MAJOR_VERSION, GIMP_MINOR_VERSION,
- slash);
+ return g_strdup_printf ("%s%cshare%cgimp%c%s%cscripts",
+ get_runtime_prefix (slash),
+ slash, slash, slash,
+ GIMP_API_VERSION,
+ slash);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]