Revert last change; it causes problems for pastes from other applications;

Sat Mar 13 10:34:03 2004  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktextview.c gtk/gtktextbuffer.c: Revert last change;
        it causes problems for pastes from other applications; see
        comments in bugzilla for #81880.
This commit is contained in:
Owen Taylor
2004-03-13 15:37:18 +00:00
committed by Owen Taylor
parent 87a67ac619
commit fe3558c786
7 changed files with 33 additions and 18 deletions

View File

@ -2936,8 +2936,6 @@ pre_paste_prep (ClipboardRequest *request_data,
if (gtk_text_buffer_get_selection_bounds (buffer, &start, &end))
*insert_point = start;
}
gtk_text_buffer_move_mark_by_name (buffer, "insert", insert_point);
}
static void