Mercurial > pidgin
changeset 7037:b599731f486d
[gaim-migrate @ 7600]
Remember that episode of Gilligan's Island when everyone was like,
"Mum's the word," and Gilligan was all like, "The word is mum"?
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 29 Sep 2003 23:43:43 +0000 |
parents | b3896e1eca2a |
children | 1ab06a680ac2 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Mon Sep 29 23:42:13 2003 +0000 +++ b/src/protocols/oscar/oscar.c Mon Sep 29 23:43:43 2003 +0000 @@ -3169,7 +3169,8 @@ } } - gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, text->str, NULL, NULL); + /* gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, text->str, NULL, NULL); */ + gaim_notify_formatted(gc, NULL, _("Below are the results of your search:"), NULL, text->str, NULL, NULL); g_string_free(text, TRUE); return 1;