NO-OP; Backport changes from Mixbus branch
[ardour.git] / gtk2_ardour / editor_keys.cc
index ff4e9781cbee9985215d800bd26fd1d43f536b3d..e1562dbe053ae78031185d82f478453c0604fd33 100644 (file)
@@ -32,7 +32,7 @@
 #include "selection.h"
 #include "time_axis_view.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace ARDOUR;
 using namespace PBD;
@@ -77,10 +77,8 @@ Editor::keyboard_selection_begin (Editing::EditIgnoreOption ign)
                framepos_t end = selection->time.end_frame();  //0 if no current selection
 
                if ((_edit_point == EditAtPlayhead) && _session->transport_rolling()) {
-printf("if you don't wait a second, this wil be wrong");
                        start = _session->audible_frame();
                } else {
-printf("keyboard_selection_begin:: getting pref\n");
                        start = get_preferred_edit_position(ign);
                }
 
@@ -107,5 +105,5 @@ printf("keyboard_selection_begin:: getting pref\n");
 void
 Editor::keyboard_paste ()
 {
-       paste (1);
+       paste (1, false);
 }