Mercurial > pidgin
changeset 21558:adc4da4ff21c
Turns out this isn't a bug, nor is it win32-specific, and that we're misusing gtk_imhtml_clipboard_clear(). The reason this started being a problem was the fix to make the clipboard data set instead the owner set.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 16 Nov 2007 19:11:08 +0000 |
parents | cba1683eeafc |
children | ab6212eae70f |
files | pidgin/gtkimhtml.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkimhtml.c Fri Nov 16 18:43:50 2007 +0000 +++ b/pidgin/gtkimhtml.c Fri Nov 16 19:11:08 2007 +0000 @@ -960,9 +960,6 @@ static void gtk_imhtml_clipboard_clear (GtkClipboard *clipboard, GtkSelectionData *sel_data, guint info, gpointer user_data_or_owner) { -#ifndef _WIN32 - clipboard_selection = NULL; -#endif } static void copy_clipboard_cb(GtkIMHtml *imhtml, gpointer unused)