diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-03-13 15:37:18 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-03-13 15:37:18 +0000 |
commit | fe3558c78649d30eb5c1bc5f6d630eba2e0fa0c0 (patch) | |
tree | 95cc6ebe512a64ea41a09a9643aab8a778fdee96 /gtk/gtktextbuffer.c | |
parent | 87a67ac619109584a1b47611c6b86c2f1cf9815b (diff) | |
download | gdk-pixbuf-fe3558c78649d30eb5c1bc5f6d630eba2e0fa0c0.tar.gz |
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.
Diffstat (limited to 'gtk/gtktextbuffer.c')
-rw-r--r-- | gtk/gtktextbuffer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index 0a9f94745..b327d50f2 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -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 |