[gimp] app: file-export and file-export-to migration were broken...
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: file-export and file-export-to migration were broken...
- Date: Wed, 9 Sep 2015 00:17:38 +0000 (UTC)
commit 5cc77960c04671118d29fefc792fa643ee56501f
Author: Jehan <jehan girinstud io>
Date: Wed Sep 9 01:53:37 2015 +0200
app: file-export and file-export-to migration were broken...
since commit 23d0eb1.
app/core/gimp-user-install.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimp-user-install.c b/app/core/gimp-user-install.c
index a57fcd5..dc98d70 100644
--- a/app/core/gimp-user-install.c
+++ b/app/core/gimp-user-install.c
@@ -475,8 +475,8 @@ user_install_mkdir_with_parents (GimpUserInstall *install,
/* The regexp pattern of all options changed from menurc of GIMP 2.8.
* Add any pattern that we want to recognize for replacement in the menurc of
* the next release*/
-#define MENURC_OVER20_UPDATE_PATTERN "\"<Actions>/file/file-export-to\" |" \
- "\"<Actions>/file/file-export\" |" \
+#define MENURC_OVER20_UPDATE_PATTERN "\"<Actions>/file/file-export-to\"" "|" \
+ "\"<Actions>/file/file-export\"" "|" \
"\"<Actions>/tools/tools-value-[1-4]-.*\""
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]