The following commit has been merged in the master branch:
commit c39ce038c96f5a77345ffc7287dcb03bb07e915f
Author: Andrei Zavada <[email protected]>
Date:   Sun Feb 3 12:48:16 2013 +0200

    ensure saved_field_channel is set on SF Patterns dialog first appearance

diff --git a/src/ui/sf/d/patterns-profiles.cc b/src/ui/sf/d/patterns-profiles.cc
index 38dc46d..b24a5f7 100644
--- a/src/ui/sf/d/patterns-profiles.cc
+++ b/src/ui/sf/d/patterns-profiles.cc
@@ -57,7 +57,7 @@ import_from_selection( SScoringFacility::SChannel& field)
        current_pattern = prev(patterns.end());
        populate_combo();
 
-       field_channel = &field;
+       field_channel_saved = field_channel = &field;
 
        thing_display_scale = field.signal_display_scale;
 

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