summaryrefslogtreecommitdiffstats
path: root/src/qt_rc_style.c
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-19 03:21:21 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-19 03:21:21 +0000
commit09b929ee257640d12bba384d5363a6c604e70b46 (patch)
tree65bcc73a677e4fc80c5e1459217933d60c2a9348 /src/qt_rc_style.c
parent94a5414c7b3366cf894af40079d5ede1c6e17518 (diff)
downloadgtk-qt-engine-09b929ee257640d12bba384d5363a6c604e70b46.tar.gz
gtk-qt-engine-09b929ee257640d12bba384d5363a6c604e70b46.zip
Fix gtk-qt-engine tab bars
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gtk-qt-engine@1259596 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/qt_rc_style.c')
-rw-r--r--src/qt_rc_style.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qt_rc_style.c b/src/qt_rc_style.c
index 9d9e4d3..3d4d95c 100644
--- a/src/qt_rc_style.c
+++ b/src/qt_rc_style.c
@@ -65,7 +65,11 @@ qtengine_rc_style_parse (GtkRcStyle *rc_style, GtkSettings *settings, GScanner *
guint token;
/* Sets Rc properties from QT settings */
+#ifdef FORCE_RELOAD_THEMES_ON_STARTUP
+ setRcProperties(rc_style, 1);
+#else
setRcProperties(rc_style, 0);
+#endif
/* The rest of this keeps GTK happy - therefore I don't care what it does */
if (!scope_id)