The following commit has been merged in the master branch:
commit 7093acc7d0652d395a66293d008325ddc5911cbe
Author: Andrei Zavada <[email protected]>
Date:   Mon Oct 29 01:37:21 2012 +0200

    make hints for amendments appear

diff --git a/src/ui/mw/mw-settings_cb.cc b/src/ui/mw/mw-settings_cb.cc
index 346840c..5fcf648 100644
--- a/src/ui/mw/mw-settings_cb.cc
+++ b/src/ui/mw/mw-settings_cb.cc
@@ -73,7 +73,7 @@ tDesign_switch_page_cb( GtkNotebook*, gpointer, guint 
page_num, gpointer userdat
                      // rescan tree
                        ED.do_rescan_tree(); // with populate
                } else if ( ED.timeline_height_saved                    != 
ED.timeline_height ||
-             // recalculte mesurements layout as necessary
+                           // recalculte mesurements layout as necessary
                            ED.timeline_pph_saved                       != 
ED.timeline_pph )
                        ED.populate_1();
        } else {
@@ -184,7 +184,11 @@ tSimulations_switch_page_cb( GtkNotebook*, gpointer, guint 
page_num, gpointer us
                __adjust_tunables_up( ED);
                ED.W_Vtunables.up();
                ED.W_V2.up();
-
+               for ( auto& t : {ED.eCtlParamDBAmendment1, 
ED.eCtlParamDBAmendment2,
+                                ED.eCtlParamAZAmendment1, 
ED.eCtlParamAZAmendment2} ) {
+                       g_signal_emit_by_name( t, "toggled");
+                       g_signal_emit_by_name( t, "toggled");
+               }
        } else {
                ED.W_V2.down();
                ED.W_Vtunables.down();

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