summaryrefslogtreecommitdiffstats
path: root/src/qt_qt_wrapper.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-24 23:21:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-24 23:21:18 +0000
commitd2d0260170fa062dc6fb9261bb6d9fb8afd33711 (patch)
tree40a363f812bbabadedec3c0cbf95d5a96dae4344 /src/qt_qt_wrapper.cpp
parent4b23394a5f3a52557a2bfaa55dd8203fd65ff69e (diff)
downloadgtk-qt-engine-d2d0260170fa062dc6fb9261bb6d9fb8afd33711.tar.gz
gtk-qt-engine-d2d0260170fa062dc6fb9261bb6d9fb8afd33711.zip
Fix menu bar drawing failures on Firefox v4+ and Thunderbird when used with the GTK Qt Theme Engine
This partially resolves Bug 546 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gtk-qt-engine@1260478 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/qt_qt_wrapper.cpp')
-rw-r--r--src/qt_qt_wrapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt_qt_wrapper.cpp b/src/qt_qt_wrapper.cpp
index 20dcee7..1dcfa25 100644
--- a/src/qt_qt_wrapper.cpp
+++ b/src/qt_qt_wrapper.cpp
@@ -53,7 +53,6 @@
#define RC_CACHE_VERSION TQString("1")
bool gtkQtEnable = false;
-bool mozillaFix = false;
bool tqAppOwner = false;
gboolean tde_showIconsOnPushButtons = false;
@@ -96,6 +95,7 @@ int isDomino;
int isPolyester;
int eclipseFix;
int openOfficeFix;
+int mozillaFix;
int gtkQtDebug;
Atom kipcCommAtom;
@@ -335,7 +335,7 @@ void createTQApp()
#endif // USE_FREEBSD
#endif // USE_SOLARIS
- mozillaFix = (cmdLine.contains("mozilla") || cmdLine.contains("firefox"));
+ mozillaFix = (cmdLine.contains("mozilla") || cmdLine.contains("firefox") || cmdLine.contains("thunderbird"));
openOfficeFix = (cmdLine.endsWith("soffice.bin"))
| (cmdLine.endsWith("swriter.bin"))