Mercurial > pidgin
changeset 7744:8569c1e32c12
[gaim-migrate @ 8389]
go to bed nathan
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 04 Dec 2003 08:34:18 +0000 |
parents | a5765980ea1e |
children | 9cc221f68107 |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkimhtml.c Thu Dec 04 08:30:49 2003 +0000 +++ b/src/gtkimhtml.c Thu Dec 04 08:34:18 2003 +0000 @@ -389,7 +389,7 @@ g_free(text); if (!gtk_text_iter_equal(&start, &last)) -#ifndef WIN32 +#ifndef _WIN32 gtk_clipboard_set_text(gtk_widget_get_clipboard(GTK_WIDGET(imhtml), GDK_SELECTION_CLIPBOARD), str->str, str->len); #endif