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

Stephan Arts stephan at xfce.org
Sun Jan 20 14:38:07 CET 2008


Author: stephan
Date: 2008-01-20 13:38:07 +0000 (Sun, 20 Jan 2008)
New Revision: 3829

Modified:
   ristretto/trunk/src/main.c
Log:
Set default cache-size to 64MB


Modified: ristretto/trunk/src/main.c
===================================================================
--- ristretto/trunk/src/main.c	2008-01-20 13:16:34 UTC (rev 3828)
+++ ristretto/trunk/src/main.c	2008-01-20 13:38:07 UTC (rev 3829)
@@ -235,7 +235,7 @@
     gint window_width = xfce_rc_read_int_entry(xfce_rc, "LastWindowWidth", 400);
     gint window_height = xfce_rc_read_int_entry(xfce_rc, "LastWindowHeight", 300);
     gint slideshow_timeout = xfce_rc_read_int_entry(xfce_rc, "SlideShowTimeout", 5000);
-    gint max_cache = xfce_rc_read_int_entry(xfce_rc, "MaxImagesCacheSize", 128);
+    gint max_cache = xfce_rc_read_int_entry(xfce_rc, "MaxImagesCacheSize", 64);
     gboolean preload_during_slideshow = xfce_rc_read_bool_entry (xfce_rc, "PreloadDuringSlideShow", FALSE);
     gboolean override_bg_color = xfce_rc_read_bool_entry (xfce_rc, "OverrideBgColor", FALSE);
 




More information about the Goodies-commits mailing list