comparison pidgin/gtkimhtml.c @ 18801:d9692b58ac2c

Install 22px icons in right place. Fixes #2411
author Sean Egan <seanegan@gmail.com>
date Mon, 06 Aug 2007 00:56:05 +0000
parents bf47d0401a96
children 33fed83f56c8 6ae4e6996c9f 536ee8e459ef
comparison
equal deleted inserted replaced
18800:355f24d20501 18801:d9692b58ac2c
1051 GtkIMHtml *imhtml = data; 1051 GtkIMHtml *imhtml = data;
1052 1052
1053 if (!gtk_text_view_get_editable(GTK_TEXT_VIEW(imhtml))) 1053 if (!gtk_text_view_get_editable(GTK_TEXT_VIEW(imhtml)))
1054 return; 1054 return;
1055 1055
1056 if (selection_data->length < 0) { 1056 if (imhtml->wbfo || selection_data->length < 0) {
1057 gtk_clipboard_request_text(clipboard, paste_plaintext_received_cb, imhtml); 1057 gtk_clipboard_request_text(clipboard, paste_plaintext_received_cb, imhtml);
1058 return; 1058 return;
1059 } else { 1059 } else {
1060 #if 0 1060 #if 0
1061 /* Here's some debug code, for figuring out what sent to us over the clipboard. */ 1061 /* Here's some debug code, for figuring out what sent to us over the clipboard. */