diff options
author | necoro <> | 2007-05-15 15:24:59 +0000 |
---|---|---|
committer | necoro <> | 2007-05-15 15:24:59 +0000 |
commit | f523ff155c7d4ad9e2266147e10b88155b91db50 (patch) | |
tree | 1cc3b37e126761b634efcafb0c3dc769b5fcfd38 /portato/gui/gui_helper.py | |
parent | 1ca7bfa9904fef5573be4cbe96838db15c30999e (diff) | |
download | portato-f523ff155c7d4ad9e2266147e10b88155b91db50.tar.gz portato-f523ff155c7d4ad9e2266147e10b88155b91db50.tar.bz2 portato-f523ff155c7d4ad9e2266147e10b88155b91db50.zip |
- added settings: gtk: console font
- show emerge progress in window title
Diffstat (limited to '')
-rw-r--r-- | portato/gui/gui_helper.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py index 9907a1c..a4d333c 100644 --- a/portato/gui/gui_helper.py +++ b/portato/gui/gui_helper.py @@ -49,10 +49,12 @@ class Config: # XXX: This needs to be replaced - the const-dict is just messy "newuse_opt" : "newuse", "syncCmd_opt" : "synccommand", "useTips_opt" : "showusetips", + "consolefont_opt" : "consolefont", "pkgIcons_opt" : "packageIcons", "system_opt" : "system", "systray_opt" : "showsystray", - "minimize_opt" : "hideonminimize" + "minimize_opt" : "hideonminimize", + "updateTitle_opt" : "updatetitle" } def __init__ (self, cfgFile): |