Displaying 2 results from an estimated 2 matches for "jkjeo0qamhfoqml1bvgw".
2007 Aug 13
0
[PATCH] Add _display when it's not a screen specific setting.
...oup += "_display";
cfg->setGroup (group);
@@ -994,6 +996,8 @@ writeSetting (CCSContext *c,
group += "_screen";
group += QString::number (setting->screenNum);
}
+ else
+ group += "_display";
cfg->setGroup (group);
--
1.5.2.4
--=-JKJEo0QaMHFoQml1BvGW
Content-Disposition: attachment; filename=0005-compizrc-is-not-a-simple-config.patch
Content-Type: application/mbox; name=0005-compizrc-is-not-a-simple-config.patch
Content-Transfer-Encoding: 7bit
2007 Aug 13
0
[PATCH] Use default item separator for lists.
...riteEntry (key, list, ';');
+ cfg->writeEntry (key, list);
}
break;
@@ -1226,7 +1226,7 @@ writeSetting (CCSContext *c,
l = l->next;
}
- cfg->writeEntry (key, list, ';');
+ cfg->writeEntry (key, list);
}
break;
--
1.5.2.4
--=-JKJEo0QaMHFoQml1BvGW
Content-Disposition: attachment; filename=0008-Color-values-are-stored-as-strings-and-not-lists.patch
Content-Type: application/mbox; name=0008-Color-values-are-stored-as-strings-and-not-lists.patch
Content-Transfer-Encoding: 7bit