comparison src/protocols/oscar/oscar.c @ 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 0ffd540660df
children 1ab06a680ac2
comparison
equal deleted inserted replaced
7036:b3896e1eca2a 7037:b599731f486d
3167 g_string_append_printf(text, _("<hr>%s"), info_utf8); 3167 g_string_append_printf(text, _("<hr>%s"), info_utf8);
3168 g_free(info_utf8); 3168 g_free(info_utf8);
3169 } 3169 }
3170 } 3170 }
3171 3171
3172 gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, text->str, NULL, NULL); 3172 /* gaim_notify_formatted(gc, NULL, _("Buddy Information"), NULL, text->str, NULL, NULL); */
3173 gaim_notify_formatted(gc, NULL, _("Below are the results of your search:"), NULL, text->str, NULL, NULL);
3173 g_string_free(text, TRUE); 3174 g_string_free(text, TRUE);
3174 3175
3175 return 1; 3176 return 1;
3176 } 3177 }
3177 3178