request servicing fix
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.c
index d2009771d83fdbc5dd98e97d63eb70b17468e00c..3b11176e3d86d936881feef15f355bf462a21b3e 100644 (file)
@@ -851,8 +851,9 @@ void lttvwindow_events_request(Tab *tab,
   
   if(!tab->events_request_pending)
   {
-    /* Redraw has +20 priority. We want a prio higher than that, so +19 */
-    g_idle_add_full((G_PRIORITY_HIGH_IDLE + 19),
+    /* Redraw has +20 priority. We want to let the redraw be done while we do
+     * our job.  */
+    g_idle_add_full((G_PRIORITY_HIGH_IDLE + 21),
                     (GSourceFunc)execute_events_requests,
                     tab,
                     NULL);
This page took 0.024523 seconds and 4 git commands to generate.