Blame SOURCES/qt-everywhere-opensource-src-4.8.5-qgtkstyle_disable_gtk_theme_check.patch

e09033
diff -up qt-everywhere-opensource-src-4.8.5/src/gui/styles/qgtkstyle_p.cpp.qgtkstyle_disable_gtk_theme_check qt-everywhere-opensource-src-4.8.5/src/gui/styles/qgtkstyle_p.cpp
e09033
--- qt-everywhere-opensource-src-4.8.5/src/gui/styles/qgtkstyle_p.cpp.qgtkstyle_disable_gtk_theme_check	2013-06-09 16:28:22.938840346 -0500
e09033
+++ qt-everywhere-opensource-src-4.8.5/src/gui/styles/qgtkstyle_p.cpp	2013-06-09 17:03:01.781125479 -0500
e09033
@@ -503,18 +503,6 @@ void QGtkStylePrivate::initGtkWidgets()
e09033
         return;
e09033
     }
e09033
 
e09033
-    static QString themeName;
e09033
-    if (!gtkWidgetMap()->contains("GtkWindow") && themeName.isEmpty()) {
e09033
-        themeName = getThemeName();
e09033
-
e09033
-        if (themeName == QLS("Qt") || themeName == QLS("Qt4")) {
e09033
-            // Due to namespace conflicts with Qt3 and obvious recursion with Qt4,
e09033
-            // we cannot support the GTK_Qt Gtk engine
e09033
-            qWarning("QGtkStyle cannot be used together with the GTK_Qt engine.");
e09033
-            return;
e09033
-        }
e09033
-    }
e09033
-
e09033
     if (QGtkStylePrivate::gtk_init) {
e09033
         // Gtk will set the Qt error handler so we have to reset it afterwards
e09033
         x11ErrorHandler qt_x_errhandler = XSetErrorHandler(0);