[gimp] gimptool: Use GIMP_PLUGIN_VERSION instead of GIMP_API_VERSION for scripts dir
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] gimptool: Use GIMP_PLUGIN_VERSION instead of GIMP_API_VERSION for scripts dir
- Date: Tue, 4 Oct 2011 12:59:40 +0000 (UTC)
commit 2ea49c594c99c11706bbdda7160e9cd5298e3e1c
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]