diff options
| author | Martin Sivak <msivak@redhat.com> | 2008-04-25 14:59:17 +0200 |
|---|---|---|
| committer | Martin Sivak <msivak@redhat.com> | 2008-04-25 14:59:17 +0200 |
| commit | 525f12e3fb55a8afc1072c10d85fc70235cc9ed3 (patch) | |
| tree | 7af427e3bfd88f6d1438adb413ac4be072e7d142 /frontend | |
| parent | c1e9e72e5dccce6c42132fe49d72d69d0ac7c040 (diff) | |
| download | firstaidkit-525f12e3fb55a8afc1072c10d85fc70235cc9ed3.tar.gz firstaidkit-525f12e3fb55a8afc1072c10d85fc70235cc9ed3.tar.xz firstaidkit-525f12e3fb55a8afc1072c10d85fc70235cc9ed3.zip | |
Fix the about stuff one more time
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/frontend_gtk.py | 4 |
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") |
