Revision: 17979
http://svn.sourceforge.net/gaim/?rev=17979&view=rev
Author: sadrul
Date: 2006-12-12 17:42:58 -0800 (Tue, 12 Dec 2006)
Log Message:
-----------
Show the information correctly.
Modified Paths:
--------------
trunk/console/gntnotify.c
Modified: trunk/console/gntnotify.c
===================================================================
--- trunk/console/gntnotify.c 2006-12-13 00:56:57 UTC (rev 17978)
+++ trunk/console/gntnotify.c 2006-12-13 01:42:58 UTC (rev 17979)
@@ -228,7 +228,7 @@
void *ui_handle;
primary = g_strdup_printf(_("Info for %s"), who);
- info = gaim_notify_user_info_get_text_with_newline(user_info, "\n");
+ info = gaim_notify_user_info_get_text_with_newline(user_info, "<BR>");
ui_handle = gg_notify_formatted(_("Buddy Information"), primary, NULL, info);
g_free(info);
g_free(primary);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|