From: <sa...@us...> - 2006-12-12 01:06:44
|
Revision: 17966 http://svn.sourceforge.net/gaim/?rev=17966&view=rev Author: sadrul Date: 2006-12-11 17:06:42 -0800 (Mon, 11 Dec 2006) Log Message: ----------- Fix the tooltip. Modified Paths: -------------- trunk/console/gntblist.c Modified: trunk/console/gntblist.c =================================================================== --- trunk/console/gntblist.c 2006-12-11 23:41:34 UTC (rev 17965) +++ trunk/console/gntblist.c 2006-12-12 01:06:42 UTC (rev 17966) @@ -1183,7 +1183,7 @@ } } - tmp = gaim_notify_user_info_get_text_with_newline(user_info, "\n"); + tmp = gaim_notify_user_info_get_text_with_newline(user_info, "<BR>"); gaim_notify_user_info_destroy(user_info); strip = gaim_markup_strip_html(tmp); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |