The following commit has been merged in the master branch:
commit 493bc0d74e0e192b487fedfae3d7cd09a46d4b11
Author: Andrei Zavada <[email protected]>
Date:   Sun Nov 11 20:36:19 2012 +0200

    maybe I struck gold with gdk_window_process_all_updates?

diff --git a/src/ui/mw/mw.cc b/src/ui/mw/mw.cc
index d9786d5..ab4ad8d 100644
--- a/src/ui/mw/mw.cc
+++ b/src/ui/mw/mw.cc
@@ -529,10 +529,7 @@ sb_main_progress_indicator( const char* current, size_t n, 
size_t i)
 {
        snprintf_buf( "(%zu of %zu) %s", i, n, current);
        buf_on_main_status_bar();
-       gdk_window_process_updates(
-               gtk_widget_get_parent_window(
-                       (GtkWidget*)sbMainStatusBar),
-               FALSE);
+       gdk_window_process_all_updates();
 }
 
 

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to