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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user