[Xfce4-commits] <ristretto:ristretto-0.0> fix build-failure

Stephan Arts noreply at xfce.org
Sun Oct 23 19:21:42 CEST 2011


Updating branch refs/heads/ristretto-0.0
         to 9112f41c262427b7dd60b1b77bb7373044850b55 (commit)
       from aabe02cbf725ecbd36e94003cfa029d8141768dd (commit)

commit 9112f41c262427b7dd60b1b77bb7373044850b55
Author: Stephan Arts <stephan at xfce.org>
Date:   Sun Oct 25 20:03:39 2009 +0100

    fix build-failure

 src/image_cache.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/image_cache.c b/src/image_cache.c
index 63b5025..347df8e 100644
--- a/src/image_cache.c
+++ b/src/image_cache.c
@@ -94,6 +94,7 @@ rstto_image_cache_pop_image (RsttoImageCache *cache, RsttoImage *image)
         rstto_image_unload (image);
         cache->cache_list = g_list_remove_all (cache->cache_list, image);
     }
+    return TRUE;
 }
 
 gboolean


More information about the Xfce4-commits mailing list