summaryrefslogtreecommitdiffstats
path: root/redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2015-03-22 14:17:12 +0100
committerFrançois Andriot <[email protected]>2015-03-22 14:17:12 +0100
commit234bbcce5a6f2a57c8e8b1007293667f4d2764e0 (patch)
tree2227ea6d8cce6935961ced5285db902a77d7034e /redhat/applications/gtk-qt-engine/gtk-qt-engine-3.5.13-fix_glib_include.patch
parent7b892e957f12dc78e188920f41bd6317c6dce9ac (diff)
downloadtde-packaging-234bbcce5a6f2a57c8e8b1007293667f4d2764e0.tar.gz
tde-packaging-234bbcce5a6f2a57c8e8b1007293667f4d2764e0.zip
RPM packaging: update gtk-qt-engine
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>