mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
e6decbe98a
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
12 lines
315 B
Diff
12 lines
315 B
Diff
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 */
|