diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-07 16:11:19 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-07 16:11:19 +0200 |
| commit | 0fc23b591dfd1615910e58f063f8cfbebe2c8fc4 (patch) | |
| tree | 61769ab0126204f9038a0175a561ee7de8506777 | |
| parent | 929083adc50a07221eacdb369b094e04ac7d7214 (diff) | |
| download | python-apt-0fc23b591dfd1615910e58f063f8cfbebe2c8fc4.tar.gz | |
* finalized changelog
| -rw-r--r-- | UpdateManager/UpdateManager.py | 1 | ||||
| -rw-r--r-- | debian/changelog | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py index 0962c6c8..51e67115 100644 --- a/UpdateManager/UpdateManager.py +++ b/UpdateManager/UpdateManager.py @@ -607,7 +607,6 @@ class UpdateManager(SimpleGladeApp): apt_pkg.PkgSystemUnLock() except SystemError: pass -# cmd = ["gksu","--", cmd = ["gksu", "--desktop", "/usr/share/applications/synaptic.desktop", "--", "/usr/sbin/synaptic", "--hide-main-window", "--non-interactive", "--parent-window-id", "%s" % (id) ] diff --git a/debian/changelog b/debian/changelog index 3686ed50..d2794afc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +update-manager (0.44.2) edgy; urgency=low + + * wording fixes + * fix update counting bug + + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 3 Aug 2006 17:52:09 +0200 + update-manager (0.44.1) edgy; urgency=low * make UpdateManager check for new distribution releases by |
