summaryrefslogtreecommitdiffstats
path: root/redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch')
-rw-r--r--redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch b/redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch
deleted file mode 100644
index caf67e13b..000000000
--- a/redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtk-qt-engine/src/qt_theme_draw.c.ORI 2012-05-01 19:52:05.317334548 +0200
-+++ gtk-qt-engine/src/qt_theme_draw.c 2012-05-01 19:54:50.474099070 +0200
-@@ -3,7 +3,7 @@
- #include <gtk/gtkprogressbar.h>
- #include <gdk/gdk.h>
- #include <gtk/gtk.h>
--#include <glib/glist.h>
-+#include <glib.h>
-
- #ifdef HAVE_BONOBO
- #include <libbonobo.h>