# HG changeset patch # User Mark Doliner # Date 1093065143 0 # Node ID cc68a8c6e741700670e76ca58113a92b17a497f8 # Parent f4adac0ef3590a52143b219bc5d5f099df8ccd04 [gaim-migrate @ 10668] I rather dislike that gc is used implicitly as the handle. committer: Tailor Script diff -r f4adac0ef359 -r cc68a8c6e741 src/gtknotify.c --- a/src/gtknotify.c Sat Aug 21 04:11:49 2004 +0000 +++ b/src/gtknotify.c Sat Aug 21 05:12:23 2004 +0000 @@ -394,8 +394,8 @@ const char *secondary, const char *text, GCallback cb, void *user_data) { - return (gaim_gtk_notify_formatted(title, primary, secondary, - text, cb, user_data)); + return gaim_gtk_notify_formatted(title, primary, secondary, + text, cb, user_data); } static void diff -r f4adac0ef359 -r cc68a8c6e741 src/notify.h --- a/src/notify.h Sat Aug 21 04:11:49 2004 +0000 +++ b/src/notify.h Sat Aug 21 05:12:23 2004 +0000 @@ -176,8 +176,8 @@ const char *text, GCallback cb, void *user_data); /** - * Displays user information with formatted text, passing information giving - * the connection and username from which the user information came. + * Displays user information with formatted text, passing information giving + * the connection and username from which the user information came. * * The text is essentially a stripped-down format of HTML, the same that * IMs may send.