From 53def8d1a0ae22d69f61db772305f12b7515547d Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Jun 17 2014 09:32:01 +0000 Subject: remove obsolete screen profile patch --- diff --git a/geeqie-1.1-cms-screen-profile.patch b/geeqie-1.1-cms-screen-profile.patch deleted file mode 100644 index 4b48c3e..0000000 --- a/geeqie-1.1-cms-screen-profile.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nurb --strip-trailing-cr geeqie-1.1-orig/src/layout_util.c geeqie-1.1/src/layout_util.c ---- geeqie-1.1-orig/src/layout_util.c 2012-08-12 22:13:41.000000000 +0200 -+++ geeqie-1.1/src/layout_util.c 2014-05-28 12:55:30.080458921 +0200 -@@ -2313,7 +2313,7 @@ - if (layout_image_color_profile_get_status(lw, &image_profile, &screen_profile)) - { - gchar *buf; -- buf = g_strdup_printf(_("Image profile: %s\nScreen profile: %s"), image_profile, screen_profile); -+ buf = g_strdup_printf(_("Image profile: %s"), image_profile); - g_object_set(G_OBJECT(action), "tooltip", buf, NULL); - g_free(image_profile); - g_free(screen_profile);