The following commit has been merged in the master branch:
commit 4be7a7da4f8a94f6e356e3e6647b5c7fb243c757
Author: andrei zavada <[email protected]>
Date:   Sun Oct 28 01:15:34 2012 +0300

    gtk_flush in sb_update may be OK after all

diff --git a/src/ui/mw/mw.cc b/src/ui/mw/mw.cc
index 07ee638..eca27a8 100644
--- a/src/ui/mw/mw.cc
+++ b/src/ui/mw/mw.cc
@@ -624,7 +624,7 @@ sb_main_progress_indicator( const char* current, size_t n, 
size_t i)
                gtk_widget_get_parent_window(
                        (GtkWidget*)sbMainStatusBar),
                FALSE);
-       //gtk_flush();
+       gtk_flush(); // choose either omp or gtk
 }
 
 

-- 
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