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

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


The following commit has been merged in the master branch:
commit c014fa097fffef827ebaf05ae81af3ba2b848304
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Sun Feb 3 13:25:09 2013 +0200

    addendum to 7a7839530

diff --git a/src/ui/mw/mw.cc b/src/ui/mw/mw.cc
index 8a73980..7236242 100644
--- a/src/ui/mw/mw.cc
+++ b/src/ui/mw/mw.cc
@@ -173,7 +173,8 @@ SExpDesignUI (aghui::SSessionChooser *parent,
 		confval::SValidator<string>("Measurements.BrowseCommand",	&browse_command),
 	}),
 	config_keys_d ({
-		confval::SValidator<int>("Measurements.DisplayProfileMode",	(int*)&display_profile_type,			confval::SValidator<int>::SVFRangeIn ( 0,   1)),
+		confval::SValidator<int>("Common.OnlyPlainAnnotations",		(int*)&only_plain_global_annotations,		confval::SValidator<int>::SVFRangeIn ( 0,   1)),
+		confval::SValidator<int>("Measurements.DisplayProfileType",	(int*)&display_profile_type,			confval::SValidator<int>::SVFRangeIn ( 0,   3)),
 		confval::SValidator<int>("Measurements.SmoothSide",		(int*)&smooth_profile,				confval::SValidator<int>::SVFRangeIn ( 1,  20)),
 		confval::SValidator<int>("Measurements.TimelineHeight",		(int*)&timeline_height,				confval::SValidator<int>::SVFRangeIn (10, 600)),
 		confval::SValidator<int>("Measurements.TimelinePPH",		(int*)&timeline_pph,				confval::SValidator<int>::SVFRangeIn (10, 600)),

-- 
Sleep experiment manager



More information about the debian-med-commit mailing list