updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / kdestyle-domino / domino-0.4_reset_global_config_group.patch
blob8269ced3d0ab0a2c6583c8e0fe84e8a4113f985e
1 --- domino/domino.cpp.orig 2007-03-14 12:42:21.000000000 +0100
2 +++ domino/domino.cpp 2007-03-14 12:42:44.000000000 +0100
3 @@ -538,8 +538,10 @@
4 minTabLength = 0;
6 if(!strcmp(qApp->className(), "KApplication")) {
7 + QString oldgroup = KGlobal::config()->group();
8 KGlobal::config()->setGroup("KDE");
9 macStyleBar = KGlobal::config()->readBoolEntry("macStyle", false);
10 + KGlobal::config()->setGroup(oldgroup); // reset the group, do not interfere with the application
11 KApplicationMode = true;
13 else {