[Xfce4-commits] <ristretto:ristretto-0.0> Emit 'updated' signal when 'rstto_image_load' is called and the image is already there.

Stephan Arts noreply at xfce.org
Sun Oct 23 19:13:26 CEST 2011


Updating branch refs/heads/ristretto-0.0
         to 0c1e906c2931655b6f075bb7105895748b50946a (commit)
       from 68f99e86e52a3bbd80337b2e8516133eab1aaa23 (commit)

commit 0c1e906c2931655b6f075bb7105895748b50946a
Author: Stephan Arts <stephan at xfce.org>
Date:   Mon Mar 9 21:51:09 2009 +0100

    Emit 'updated' signal when 'rstto_image_load' is called and the image is already there.

 src/image.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/image.c b/src/image.c
index a717cca..82d23fe 100644
--- a/src/image.c
+++ b/src/image.c
@@ -407,7 +407,7 @@ rstto_image_load (RsttoImage *image, gboolean empty_cache, GError **error)
     }
     else
     {
-        //g_signal_emit(G_OBJECT(image), rstto_image_signals[RSTTO_IMAGE_SIGNAL_UPDATED], 0, image, NULL);
+        g_signal_emit(G_OBJECT(image), rstto_image_signals[RSTTO_IMAGE_SIGNAL_UPDATED], 0, image, NULL);
     }
     rstto_image_cache_push_image (cache, image);
     return TRUE;


More information about the Xfce4-commits mailing list