summaryrefslogtreecommitdiff
path: root/UpdateManager/MetaRelease.py
diff options
context:
space:
mode:
authorMichael Vogt <egon@top>2005-12-01 11:48:00 +0100
committerMichael Vogt <egon@top>2005-12-01 11:48:00 +0100
commitd0b7e12a48c0df3e0af64fe74333ff1010554a28 (patch)
tree50f92f5ecbe86a5927b40b7a8c52e221d6650aae /UpdateManager/MetaRelease.py
parent1e0aee98a02ef0220038bc2c22080191882a9c3e (diff)
downloadpython-apt-d0b7e12a48c0df3e0af64fe74333ff1010554a28.tar.gz
* cleanups in the MetaRelease object
Diffstat (limited to 'UpdateManager/MetaRelease.py')
-rw-r--r--UpdateManager/MetaRelease.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/UpdateManager/MetaRelease.py b/UpdateManager/MetaRelease.py
index 5127029a..9c887d13 100644
--- a/UpdateManager/MetaRelease.py
+++ b/UpdateManager/MetaRelease.py
@@ -38,6 +38,7 @@ class MetaRelease(gobject.GObject):
self.metarelease_information = None
self.downloading = True
t=thread.start_new_thread(self.download, ())
+ gobject.timeout_add(1000,self.check)
def get_dist(self):
" return the codename of the current runing distro "