The following commit has been merged in the master branch:
commit 578ef4783e08e475087c32b803b6dc59ea5b534a
Author: Andrei Zavada <[email protected]>
Date:   Thu Oct 4 02:37:24 2012 +0300

    ICM

diff --git a/src/ui/scoring-facility-construct.cc 
b/src/ui/scoring-facility-construct.cc
index 55db185..694858a 100644
--- a/src/ui/scoring-facility-construct.cc
+++ b/src/ui/scoring-facility-construct.cc
@@ -150,7 +150,6 @@ construct_widgets()
                          (GCallback)eSFCurrentPos_clicked_cb,
                          this);
 
-
        sbSFContextIdGeneral = gtk_statusbar_get_context_id( sbSF, "General 
context");
 
        // ------- menus
diff --git a/src/ui/scoring-facility.cc b/src/ui/scoring-facility.cc
index 811f30b..c1d505b 100644
--- a/src/ui/scoring-facility.cc
+++ b/src/ui/scoring-facility.cc
@@ -88,6 +88,8 @@ SScoringFacility (agh::CSubject& J,
        using_channel (nullptr),
        da_ht (NAN) // bad value, to be estimated unless previously saved
 {
+       aghui::SBusyBlock bb (_p.wMainWindow);
+
       // complete widget construction
        builder = gtk_builder_new();
        if ( !gtk_builder_add_from_resource( builder, 
"/org/gtk/aghermann/sf.glade", NULL) ) {
@@ -102,8 +104,6 @@ SScoringFacility (agh::CSubject& J,
        gtk_builder_connect_signals( builder, NULL);
        //  we do it all mostly ourself, except for some delete-event binding 
to gtk_true()
 
-       aghui::SBusyBlock bb (_p.wMainWindow);
-
       // histogram -> scores
        get_hypnogram();
        calculate_scored_percent();

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