[Goodies-commits] r3876 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Sat Jan 26 16:32:07 CET 2008


Author: stephan
Date: 2008-01-26 15:32:07 +0000 (Sat, 26 Jan 2008)
New Revision: 3876

Modified:
   ristretto/trunk/src/navigator.c
Log:
change stuff



Modified: ristretto/trunk/src/navigator.c
===================================================================
--- ristretto/trunk/src/navigator.c	2008-01-26 15:20:48 UTC (rev 3875)
+++ ristretto/trunk/src/navigator.c	2008-01-26 15:32:07 UTC (rev 3876)
@@ -1070,7 +1070,7 @@
     {
         /* fix borked stuff */
         if (time == 0)
-            time = 200;
+            time = 40;
 
         entry->timeout_id = g_timeout_add(time, (GSourceFunc)cb_rstto_navigator_entry_update_image, entry);
     }   




More information about the Goodies-commits mailing list