Mercurial > pidgin.yaz
changeset 3811:f9775881ea94
[gaim-migrate @ 3958]
fix a segfault in file->new instant message. (thanks dindinx)
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 27 Oct 2002 22:37:21 +0000 |
parents | 085e0226a62e |
children | f8b01fcefe0d |
files | src/dialogs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Sun Oct 27 21:35:23 2002 +0000 +++ b/src/dialogs.c Sun Oct 27 22:37:21 2002 +0000 @@ -709,7 +709,7 @@ gtk_box_pack_start(GTK_BOX(hbox), entry, FALSE, FALSE, 0); gtk_label_set_mnemonic_widget(GTK_LABEL(label), GTK_WIDGET(entry)); - g_signal_connect(G_OBJECT(imdialog), "response", G_CALLBACK(do_info), entry); + g_signal_connect(G_OBJECT(imdialog), "response", G_CALLBACK(do_im), entry); dialogwindows = g_list_prepend(dialogwindows, imdialog->window); }