1
0

save config after checking qt version

This commit is contained in:
ThomasV
2012-10-13 07:38:22 +02:00
parent 799654dd74
commit cdf81f370b
3 changed files with 12 additions and 8 deletions

View File

@@ -59,6 +59,7 @@ class SimpleConfig:
def set_key(self, key, value, save = False):
# find where a setting comes from and save it there
if self.options_config.get(key):
print "Warning: cannot change '%s' because it was passed as a command-line option"%key
return
elif self.user_config.get(key):