summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
authorMichael Vogt <egon@top>2005-12-12 13:00:21 +0100
committerMichael Vogt <egon@top>2005-12-12 13:00:21 +0100
commit65cbc8b6be877c027950753a7a9641ffbc8a2238 (patch)
tree22215b4a32513bb6d80abc1d45d2bb2a49d190a9 /UpdateManager
parent466132a0c74645ff3a1a8ebc254f0924442db9e7 (diff)
downloadpython-apt-65cbc8b6be877c027950753a7a9641ffbc8a2238.tar.gz
* renamed the logo.png (name is too generic)
* UpdateManager/MetaRelease.py: - comment added
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/MetaRelease.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/UpdateManager/MetaRelease.py b/UpdateManager/MetaRelease.py
index 71f88245..d99e9ae9 100644
--- a/UpdateManager/MetaRelease.py
+++ b/UpdateManager/MetaRelease.py
@@ -159,5 +159,6 @@ class MetaRelease(gobject.GObject):
if os.path.exits(self.METARELEASE_FILE):
f=open(self.METARELEASE_FILE,"r")
-# register in the gobject system
+# register in the gobject system, needed for older versions of pygtk,
+# never ones do this automatically
gobject.type_register(MetaRelease)