# HG changeset patch # User Christian Hammond # Date 1059800375 0 # Node ID 76af8c066f8ca9b96ef8e16a56fb7cd6e984cd47 # Parent 9b2c2495687af9dac03a709451f2ac3fff2f457b [gaim-migrate @ 6853] Typo. Er, yeah. committer: Tailor Script diff -r 9b2c2495687a -r 76af8c066f8c src/gtknotify.c --- 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); }