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

Andrei Zavada johnhommer at gmail.com
Wed May 1 00:09:48 UTC 2013


The following commit has been merged in the master branch:
commit 2db17a5ccf4da9f82be9ad8f5e2d30bae1e9d147
Author: Andrei Zavada <johnhommer at gmail.com>
Date:   Tue Apr 30 21:13:09 2013 +0300

    fix LocateSelection on SF

diff --git a/src/ui/sf/montage_cb.cc b/src/ui/sf/montage_cb.cc
index bcb871d..572a0de 100644
--- a/src/ui/sf/montage_cb.cc
+++ b/src/ui/sf/montage_cb.cc
@@ -606,7 +606,7 @@ iSFPageLocateSelection_activate_cb(
 		SF.sb_message( "There is no selection in this channel");
 	} else
 		SF.set_cur_vpage(
-			SF.using_channel->selection_start / SF.using_channel->samplerate() / SF.vpagesize());
+			SF.using_channel->selection_start_time / SF.vpagesize());
 }
 
 

-- 
Sleep experiment manager



More information about the debian-med-commit mailing list