comparison src/gtknotify.c @ 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 99f4bbeb27bc
children 1fa4410d2e13
comparison
equal deleted inserted replaced
6353:9b2c2495687a 6354:76af8c066f8c
44 const char **froms, const char **tos, 44 const char **froms, const char **tos,
45 const char **urls, GCallback cb, 45 const char **urls, GCallback cb,
46 void *user_data); 46 void *user_data);
47 47
48 static void 48 static void
49 message_response_cb(GtkDialog *dialog, gint id, GaimNotifyMailData *data) 49 message_response_cb(GtkDialog *dialog, gint id, GtkWidget *widget)
50 { 50 {
51 gaim_notify_close(GAIM_NOTIFY_MESSAGE, data); 51 gaim_notify_close(GAIM_NOTIFY_MESSAGE, data);
52 } 52 }
53 53
54 static void 54 static void