summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-11-24 15:16:40 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-11-24 15:16:40 +0100
commit53f6d225f75a4a49eba0cfdf9ce8b7cd62074c1d (patch)
treef8ce593d19b84f50796fc4b4c7cf37551f81ed0a /debian
parent59937b2d3b6319773ab174066222c81ecd176628 (diff)
downloadpython-apt-53f6d225f75a4a49eba0cfdf9ce8b7cd62074c1d.tar.gz
change naming for the gobjects to match glatzors branch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 8efc99bf..e812fe32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,10 +14,10 @@ python-apt (0.7.9) UNRELEASED; urgency=low
- new method "installedFiles()"
- new method "getChangelog()"
* apt/gtk/widgets.py:
- - new widget GtkOpProgress
- - new widget GtkFetchProgress
- - new widget GtkInstallProgress
- - new widget GtkDpkgInstallProgress
+ - new gobject GOpProgress
+ - new gobject GFetchProgress
+ - new gobject GInstallProgress
+ - new gobject GDpkgInstallProgress
- new widget GtkAptProgress
* doc/examples/gui-inst.py:
- updated to use the new widgets