Wait 4 minutes before checking and showing SRPMS updates dialog

This commit is contained in:
Silvan Calarco 2011-10-11 00:11:06 +02:00
parent ebfc69401e
commit 7a19d554b3

View File

@ -84,7 +84,8 @@ class SystemTrayIcon(QtGui.QSystemTrayIcon):
# the first time refresh packages cache after 5 minutes
refreshPackagesTimer.start( 5 * 60000 )
checkSRPMSUpdatesTimer.start( 6000 )
# the first time check for SRPMS updates after 4 minutes
checkSRPMSUpdatesTimer.start( 4 * 60000 )
def iconActivated(self, reason):
if reason in (QtGui.QSystemTrayIcon.Trigger, QtGui.QSystemTrayIcon.DoubleClick):