Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=26816058bbdcf4888f3fc2ccd59b4d594ada00e0

commit 26816058bbdcf4888f3fc2ccd59b4d594ada00e0
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Mon Sep 6 21:42:33 2010 +0200

*oups forgot to change the timer after test it :p

diff --git a/frugal-mono-tools/Main.cs b/frugal-mono-tools/Main.cs
index 7b49cb2..abfc1b8 100644
--- a/frugal-mono-tools/Main.cs
+++ b/frugal-mono-tools/Main.cs
@@ -169,7 +169,7 @@ namespace frugalmonotools
aTimer = new System.Timers.Timer();
aTimer.Elapsed+=new ElapsedEventHandler(checkUpdate);
// Set the Interval to 1 hour.
-                                               aTimer.Interval=6000;//3600000;
+                                               aTimer.Interval=3600000;
aTimer.Enabled=true;
// Creation of the Icon
trayIcon = new StatusIcon(new Pixbuf ("/usr/share/pixmaps/FrugalTools.png"));
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to