blob: ca4f4beb6240f08fff8c92bcfaccdd7bc31e79ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Don't use gimp-remote since gimp 2.4 already includes gimp-remote functionality
--- a/ufraw_conf.c
+++ b/ufraw_conf.c
@@ -137,7 +137,7 @@
#elif HAVE_GIMP_2_4
"gimp", /* remoteGimpCommand */
#else
- "gimp-remote", /* remoteGimpCommand */
+ "gimp", /* remoteGimpCommand */
#endif
/* EXIF data */
|