src/updatemanagernotifier.py
changeset 698 23c347ff8f77
parent 675 6dbb72c42ff4
child 730 5a41c5c740dd
--- a/src/updatemanagernotifier.py	Tue Nov 11 19:39:00 2008 -0800
+++ b/src/updatemanagernotifier.py	Tue Nov 11 21:47:18 2008 -0800
@@ -196,7 +196,7 @@
                 elif self.refresh_period == MONTHLY:
                         delta = MONTHLY_SECS
                 else:
-                        self.time_until_next_check = 0
+                        self.time_until_next_check = DAILY_SECS
                         return False
                 current_time = time.time()
                 if debug == True: