# HG changeset patch # User Daniel Atallah # Date 1195240268 0 # Node ID adc4da4ff21c121015ccaf0a2589f2adeaa62bfe # Parent cba1683eeafcd355afdf9e0f8c19a3402ee0f43c 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. diff -r cba1683eeafc -r adc4da4ff21c pidgin/gtkimhtml.c --- 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)