The following commit has been merged in the master branch:
commit 2db17a5ccf4da9f82be9ad8f5e2d30bae1e9d147
Author: Andrei Zavada <[email protected]>
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

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to