Mercurial > pidgin.yaz
changeset 6354:76af8c066f8c
[gaim-migrate @ 6853]
Typo. Er, yeah.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 02 Aug 2003 04:59:35 +0000 |
parents | 9b2c2495687a |
children | 19ceb5d78ce1 |
files | src/gtknotify.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtknotify.c Fri Aug 01 05:23:06 2003 +0000 +++ b/src/gtknotify.c Sat Aug 02 04:59:35 2003 +0000 @@ -46,7 +46,7 @@ void *user_data); static void -message_response_cb(GtkDialog *dialog, gint id, GaimNotifyMailData *data) +message_response_cb(GtkDialog *dialog, gint id, GtkWidget *widget) { gaim_notify_close(GAIM_NOTIFY_MESSAGE, data); }