[gimp/metadata-browser] gimptool: Use GIMP_PLUGIN_VERSION instead of GIMP_API_VERSION for scripts dir
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] gimptool: Use GIMP_PLUGIN_VERSION instead of GIMP_API_VERSION for scripts dir
- Date: Fri, 2 Dec 2011 02:06:49 +0000 (UTC)
commit 57ff0917c8dcaf7711fe44ea9d44c973d103a307
Author: Mukund Sivaraman <muks banu com>
Date: Tue Oct 4 18:29:28 2011 +0530
gimptool: Use GIMP_PLUGIN_VERSION instead of GIMP_API_VERSION for scripts dir
tools/gimptool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/gimptool.c b/tools/gimptool.c
index 4229edf..26991e5 100644
--- a/tools/gimptool.c
+++ b/tools/gimptool.c
@@ -661,7 +661,7 @@ get_sys_script_dir (void)
{
return g_build_filename (get_runtime_prefix (G_DIR_SEPARATOR),
"share", "gimp",
- GIMP_API_VERSION,
+ GIMP_PLUGIN_VERSION,
"scripts",
NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]