diff options
| author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-19 03:21:21 +0000 |
|---|---|---|
| committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-19 03:21:21 +0000 |
| commit | 09b929ee257640d12bba384d5363a6c604e70b46 (patch) | |
| tree | 65bcc73a677e4fc80c5e1459217933d60c2a9348 /src/qt_rc_style.c | |
| parent | 94a5414c7b3366cf894af40079d5ede1c6e17518 (diff) | |
| download | gtk-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.c | 4 |
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) |
