forked from AuroraMiddleware/gtk
remove hack to strip off the bogus newline, since we killed the bogus
2001-10-24 Havoc Pennington <hp@redhat.com> * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received): remove hack to strip off the bogus newline, since we killed the bogus newline; fixes #61779
This commit is contained in:
parent
87b1f40198
commit
9b7d528ac2
@ -1,3 +1,9 @@
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
|
||||
remove hack to strip off the bogus newline, since we killed the
|
||||
bogus newline; fixes #61779
|
||||
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
|
||||
remove hack to strip off the bogus newline, since we killed the
|
||||
bogus newline; fixes #61779
|
||||
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
|
||||
remove hack to strip off the bogus newline, since we killed the
|
||||
bogus newline; fixes #61779
|
||||
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
|
||||
remove hack to strip off the bogus newline, since we killed the
|
||||
bogus newline; fixes #61779
|
||||
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
|
||||
remove hack to strip off the bogus newline, since we killed the
|
||||
bogus newline; fixes #61779
|
||||
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
|
||||
remove hack to strip off the bogus newline, since we killed the
|
||||
bogus newline; fixes #61779
|
||||
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
|
||||
|
@ -1,3 +1,9 @@
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
|
||||
remove hack to strip off the bogus newline, since we killed the
|
||||
bogus newline; fixes #61779
|
||||
|
||||
2001-10-24 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
|
||||
|
@ -2899,8 +2899,6 @@ clipboard_clipboard_buffer_received (GtkClipboard *clipboard,
|
||||
if (g_object_get_data (G_OBJECT (src_buffer), "gtk-text-buffer-clipboard"))
|
||||
{
|
||||
gtk_text_buffer_get_bounds (src_buffer, &start, &end);
|
||||
/* There's an extra newline on clipboard_contents */
|
||||
gtk_text_iter_backward_char (&end);
|
||||
|
||||
paste_from_buffer (request_data, src_buffer,
|
||||
&start, &end);
|
||||
|
Loading…
Reference in New Issue
Block a user