Revision: 1122
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1122&view=rev
Author:   nadvornik
Date:     2008-08-31 21:19:00 +0000 (Sun, 31 Aug 2008)

Log Message:
-----------
fixed read ahead callback

Modified Paths:
--------------
    trunk/src/image.c

Modified: trunk/src/image.c
===================================================================
--- trunk/src/image.c   2008-08-31 21:02:09 UTC (rev 1121)
+++ trunk/src/image.c   2008-08-31 21:19:00 UTC (rev 1122)
@@ -452,7 +452,7 @@
        imd->read_ahead_il = image_loader_new(imd->read_ahead_fd);
 
        g_signal_connect (G_OBJECT(imd->read_ahead_il), "error", 
(GCallback)image_read_ahead_error_cb, imd);
-       g_signal_connect (G_OBJECT(imd->read_ahead_il), "error", 
(GCallback)image_read_ahead_done_cb, imd);
+       g_signal_connect (G_OBJECT(imd->read_ahead_il), "done", 
(GCallback)image_read_ahead_done_cb, imd);
 
        if (!image_loader_start(imd->read_ahead_il))
                {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to