Mercurial > pidgin
changeset 9800:cc68a8c6e741
[gaim-migrate @ 10668]
I rather dislike that gc is used implicitly as the handle.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 21 Aug 2004 05:12:23 +0000 |
parents | f4adac0ef359 |
children | 7aa5a20519ee |
files | src/gtknotify.c src/notify.h |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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.