summaryrefslogtreecommitdiff
path: root/recipes-support/florence/files/fix_garbled_titlebar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/florence/files/fix_garbled_titlebar.patch')
-rw-r--r--recipes-support/florence/files/fix_garbled_titlebar.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-support/florence/files/fix_garbled_titlebar.patch b/recipes-support/florence/files/fix_garbled_titlebar.patch
deleted file mode 100644
index 097f7ef..0000000
--- a/recipes-support/florence/files/fix_garbled_titlebar.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- florence-0.5.1/src/view.c~ 2011-08-20 16:23:52.000000000 +0200
-+++ florence-0.5.1/src/view.c 2013-04-02 13:06:58.769584033 +0200
-@@ -441,8 +441,8 @@
- } else {
- flo_info(_("Your screen does not support alpha channel. Semi-transparency is disabled"));
- if (view) view->composite=FALSE;
-- colormap=gdk_screen_get_rgb_colormap(screen);
- }
-+ colormap=gdk_colormap_get_system();
- gtk_widget_set_colormap(widget, colormap);
- }
-