Revision: 1128
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1128&view=rev
Author:   nadvornik
Date:     2008-09-03 20:29:32 +0000 (Wed, 03 Sep 2008)

Log Message:
-----------
adjusted redraw priority relative to icon drawing

Modified Paths:
--------------
    trunk/src/pixbuf-renderer.c

Modified: trunk/src/pixbuf-renderer.c
===================================================================
--- trunk/src/pixbuf-renderer.c 2008-09-03 19:58:21 UTC (rev 1127)
+++ trunk/src/pixbuf-renderer.c 2008-09-03 20:29:32 UTC (rev 1128)
@@ -2712,7 +2712,7 @@
                {
                /* 2pass prio */ 
                DEBUG_2("redraw priority 2pass\n");
-               pr->draw_idle_id = g_idle_add_full(G_PRIORITY_HIGH_IDLE, 
pr_queue_draw_idle_cb, pr, NULL);
+               pr->draw_idle_id = g_idle_add_full(G_PRIORITY_DEFAULT_IDLE, 
pr_queue_draw_idle_cb, pr, NULL);
                return FALSE;
                }
        


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