Mercurial > pidgin
changeset 5293:ead927e2543f
[gaim-migrate @ 5665]
deryni says this should work. I hope so. Let there be paste!
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 04 May 2003 00:17:15 +0000 |
parents | 436c83d60be0 |
children | d579d5367836 |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkimhtml.c Sat May 03 22:21:40 2003 +0000 +++ b/src/gtkimhtml.c Sun May 04 00:17:15 2003 +0000 @@ -297,7 +297,7 @@ static void url_copy(GtkWidget *w, gchar *url) { GtkClipboard *clipboard; - clipboard = gtk_clipboard_get(GDK_SELECTION_CLIPBOARD); + clipboard = gtk_clipboard_get(GDK_SELECTION_PRIMARY); gtk_clipboard_set_text(clipboard, url, -1); }