[med-svn] [SCM] aghermann branch, master, updated. f0d4c0fd35bf09e7dff56ddb9a2d798ae916c2ef

Andrei Zavada johnhommer at gmail.com
Sun Feb 3 12:53:15 UTC 2013


The following commit has been merged in the master branch:
commit c39ce038c96f5a77345ffc7287dcb03bb07e915f
Author: Andrei Zavada <johnhommer at gmail.com>
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



More information about the debian-med-commit mailing list