pidgin: 510fc7d7: Remove a wee bit of trailing whitespace
markdoliner at pidgin.im
markdoliner at pidgin.im
Tue Mar 3 15:30:39 EST 2009
-----------------------------------------------------------------
Revision: 510fc7d7a6082b3e125da4da41779d8105945952
Ancestor: 66190c21dfe7125476caca3c14725bac9db8b71b
Author: markdoliner at pidgin.im
Date: 2009-03-03T20:25:25
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/510fc7d7a6082b3e125da4da41779d8105945952
Modified files:
libpurple/protocols/oscar/oscar.c
ChangeLog:
Remove a wee bit of trailing whitespace
-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c fcc65f6c097b7d7ac7c7a784d32bc6c735154351
+++ libpurple/protocols/oscar/oscar.c 3a2cc7831f7193197a543a713b10d23f3e5744ce
@@ -4813,13 +4813,13 @@ oscar_set_info_and_status(PurpleAccount
else
{
char *status_text = NULL;
-
+
htmlaway = purple_status_get_attr_string(status, "message");
if ((htmlaway == NULL) || (*htmlaway == '\0'))
htmlaway = purple_status_type_get_name(status_type);
-
+
/* ICQ 6.x seems to use an available message for all statuses so set one */
- if (od->icq)
+ if (od->icq)
{
status_text = purple_markup_strip_html(htmlaway);
/* If the status_text is longer than 251 characters then truncate it */
@@ -4833,7 +4833,7 @@ oscar_set_info_and_status(PurpleAccount
g_free(status_text);
/* Set a proper away message for icq too so that they work for old third party clients */
-
+
away = purple_prpl_oscar_convert_to_infotext(htmlaway, &awaylen, &away_encoding);
if (awaylen > od->rights.maxawaymsglen)
More information about the Commits
mailing list