Mercurial > pidgin.yaz
changeset 7142:cef309da8793
[gaim-migrate @ 7709]
I referenced the wrong variable in a function. Thanks for pointing that
out, faceprint.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 04 Oct 2003 21:04:43 +0000 |
parents | af8ac078d4c2 |
children | 80a000885b2c |
files | src/gtkrequest.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkrequest.c Sat Oct 04 20:14:25 2003 +0000 +++ b/src/gtkrequest.c Sat Oct 04 21:04:43 2003 +0000 @@ -666,7 +666,7 @@ gtk_text_buffer_set_text(buffer, value, -1); } - gtk_text_view_set_editable(GTK_TEXT_VIEW(widget), + gtk_text_view_set_editable(GTK_TEXT_VIEW(textview), gaim_request_field_string_is_editable(field)); g_signal_connect(G_OBJECT(textview), "focus-out-event",