summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
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