From f523ff155c7d4ad9e2266147e10b88155b91db50 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Tue, 15 May 2007 15:24:59 +0000 Subject: - added settings: gtk: console font - show emerge progress in window title --- portato/gui/gui_helper.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'portato/gui/gui_helper.py') 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): -- cgit v1.2.3-54-g00ecf