From 5cc77960c04671118d29fefc792fa643ee56501f Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 9 Sep 2015 01:53:37 +0200 Subject: [PATCH] app: file-export and file-export-to migration were broken... since commit 23d0eb1. --- app/core/gimp-user-install.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/core/gimp-user-install.c b/app/core/gimp-user-install.c index a57fcd5ba5..dc98d7082d 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 "\"/file/file-export-to\" |" \ - "\"/file/file-export\" |" \ +#define MENURC_OVER20_UPDATE_PATTERN "\"/file/file-export-to\"" "|" \ + "\"/file/file-export\"" "|" \ "\"/tools/tools-value-[1-4]-.*\"" /**