summaryrefslogtreecommitdiff
path: root/portato/gui/gui_helper.py
diff options
context:
space:
mode:
authornecoro <>2007-04-17 17:43:12 +0000
committernecoro <>2007-04-17 17:43:12 +0000
commit299ae3c9b6c7356217223b919440e42d50233695 (patch)
tree8915ae0582914b2285a8827745963fe4a218c203 /portato/gui/gui_helper.py
parentad74f5cfcda1e740e007f750f242bea33047920d (diff)
downloadportato-299ae3c9b6c7356217223b919440e42d50233695.tar.gz
portato-299ae3c9b6c7356217223b919440e42d50233695.tar.bz2
portato-299ae3c9b6c7356217223b919440e42d50233695.zip
marking installed packages in pkglist
Diffstat (limited to 'portato/gui/gui_helper.py')
-rw-r--r--portato/gui/gui_helper.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py
index 2b8ab44..e52b3f3 100644
--- a/portato/gui/gui_helper.py
+++ b/portato/gui/gui_helper.py
@@ -35,6 +35,7 @@ class Config:
const = {
"main_sec" : "Main",
"gtk_sec" : "Gtk",
+ "qt_sec" : "Qt",
"usePerVersion_opt" : "usePerVersion",
"useFile_opt" : "usefile",
"maskFile_opt" : "maskfile",
@@ -47,6 +48,7 @@ class Config:
"newuse_opt" : "newuse",
"syncCmd_opt" : "synccommand",
"useTips_opt" : "showusetips",
+ "pkgIcons_opt" : "packageIcons",
"system_opt" : "system"
}