Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=288a51da88f1531af68119a152bc21fd55642359

commit 288a51da88f1531af68119a152bc21fd55642359
Author: Priyank <[EMAIL PROTECTED]>
Date:   Sat Nov 3 10:56:47 2007 +0530

changed update interval to 40 seconds

diff --git a/src/fun-ui.c b/src/fun-ui.c
index b077dfe..680066a 100644
--- a/src/fun-ui.c
+++ b/src/fun-ui.c
@@ -230,7 +230,7 @@ void
fun_ui_init (void)
{
GError          *error = NULL;
-       guint           seconds = 20;
+       guint           seconds = 40;

fun_systray_create ();
if (fun_dbus_perform_service (TEST_SERVICE) == FALSE)
diff --git a/src/fund.c b/src/fund.c
index daaba2b..d449765 100644
--- a/src/fund.c
+++ b/src/fund.c
@@ -1,5 +1,5 @@
/*
- *  updatenotifierd.c for updatenotifier
+ *  fund.c for fun
*
*  Copyright (C) 2007 by Priyank Gosalia <[EMAIL PROTECTED]>
*  Portions of this code are borrowed fron netconfigd
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to