diff options
| author | Michael Vogt <egon@top> | 2005-12-12 13:00:21 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-12 13:00:21 +0100 |
| commit | 65cbc8b6be877c027950753a7a9641ffbc8a2238 (patch) | |
| tree | 22215b4a32513bb6d80abc1d45d2bb2a49d190a9 /UpdateManager | |
| parent | 466132a0c74645ff3a1a8ebc254f0924442db9e7 (diff) | |
| download | python-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.py | 3 |
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) |
