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

Stephan Arts stephan at xfce.org
Sun Jan 20 15:48:46 CET 2008


Author: stephan
Date: 2008-01-20 14:48:45 +0000 (Sun, 20 Jan 2008)
New Revision: 3831

Modified:
   ristretto/trunk/src/navigator.c
Log:
potential fix for borked animated gifs



Modified: ristretto/trunk/src/navigator.c
===================================================================
--- ristretto/trunk/src/navigator.c	2008-01-20 13:48:13 UTC (rev 3830)
+++ ristretto/trunk/src/navigator.c	2008-01-20 14:48:45 UTC (rev 3831)
@@ -1068,6 +1068,10 @@
 
     if (time != -1)
     {
+        /* fix borked stuff */
+        if (time == 0)
+            time = 200;
+
         entry->timeout_id = g_timeout_add(time, (GSourceFunc)cb_rstto_navigator_entry_update_image, entry);
     }   
     else




More information about the Goodies-commits mailing list