summaryrefslogtreecommitdiffstats
path: root/frontend/frontend_gtk.py
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2008-04-25 14:59:17 +0200
committerMartin Sivak <msivak@redhat.com>2008-04-25 14:59:17 +0200
commit525f12e3fb55a8afc1072c10d85fc70235cc9ed3 (patch)
tree7af427e3bfd88f6d1438adb413ac4be072e7d142 /frontend/frontend_gtk.py
parentc1e9e72e5dccce6c42132fe49d72d69d0ac7c040 (diff)
downloadfirstaidkit-525f12e3fb55a8afc1072c10d85fc70235cc9ed3.tar.gz
firstaidkit-525f12e3fb55a8afc1072c10d85fc70235cc9ed3.tar.xz
firstaidkit-525f12e3fb55a8afc1072c10d85fc70235cc9ed3.zip
Fix the about stuff one more time
Diffstat (limited to 'frontend/frontend_gtk.py')
-rw-r--r--frontend/frontend_gtk.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/frontend_gtk.py b/frontend/frontend_gtk.py
index 50527c6..dfd94cd 100644
--- a/frontend/frontend_gtk.py
+++ b/frontend/frontend_gtk.py
@@ -564,8 +564,8 @@ class AboutDialog(object):
try:
cfg = cfg.getConfigBits("about")
- version = cfg.DEFAULT.version
- license = cfg.DEFAULT.copying
+ version = cfg.about.version
+ license = cfg.about.copying
except:
version = "development"
license = os.path.join(os.path.dirname(dir), "COPYING")