summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeViewGtk.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-04 15:37:41 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-04 15:37:41 +0000
commit52d4a8c09000ea446458ff401f2c0a9d620212cb (patch)
tree7083393d87efddb4aecf8cc583e67865808d1ac3 /DistUpgrade/DistUpgradeViewGtk.py
parent694ea8be861e66124617709eba63408da07e10c5 (diff)
downloadpython-apt-52d4a8c09000ea446458ff401f2c0a9d620212cb.tar.gz
* view can be configured via the config file now
Diffstat (limited to 'DistUpgrade/DistUpgradeViewGtk.py')
-rw-r--r--DistUpgrade/DistUpgradeViewGtk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeViewGtk.py b/DistUpgrade/DistUpgradeViewGtk.py
index c8fd5ba4..b4ad4a0a 100644
--- a/DistUpgrade/DistUpgradeViewGtk.py
+++ b/DistUpgrade/DistUpgradeViewGtk.py
@@ -173,7 +173,7 @@ class GtkInstallProgressAdapter(InstallProgress):
time.sleep(0.01)
-class GtkDistUpgradeView(DistUpgradeView,SimpleGladeApp):
+class DistUpgradeViewGtk(DistUpgradeView,SimpleGladeApp):
" gtk frontend of the distUpgrade tool "