summaryrefslogtreecommitdiff
path: root/UpdateManager/MetaRelease.py
diff options
context:
space:
mode:
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 "