gobjectification: c2334777: Fixed a crash on buddy tooltip display,
gillux at soc.pidgin.im
gillux at soc.pidgin.im
Fri Jun 1 16:51:31 EDT 2012
----------------------------------------------------------------------
Revision: c2334777f9c0d81115d5845188c1c2e089a9d488
Parent: ecfa65adaf07ad9faa7edab68b2743f4451df055
Author: gillux at soc.pidgin.im
Date: 06/01/12 14:58:34
Branch: im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/c2334777f9c0d81115d5845188c1c2e089a9d488
Changelog:
Fixed a crash on buddy tooltip display,
due to a careless typing of a function name.
Changes against parent ecfa65adaf07ad9faa7edab68b2743f4451df055
patched pidgin/gtkblist.c
-------------- next part --------------
============================================================
--- pidgin/gtkblist.c 4bf2ecb726a0df8407096c805fa27ba35d881605
+++ pidgin/gtkblist.c d6b4b07a46972f2912ff1293656cf7e62d534b9b
@@ -3775,7 +3775,7 @@ static char *pidgin_get_tooltip_text(Pur
* alias, but many people on MSN set long nicknames, which
* get ellipsized, so the only way to see the whole thing is
* to look at the tooltip. */
- if (full && purple_buddy_get_alias(b)!= NULL && purple_buddy_get_server_alias(b)[0] != '\0')
+ if (full && purple_buddy_get_server_alias(b)!= NULL && purple_buddy_get_server_alias(b)[0] != '\0')
{
tmp = g_markup_escape_text(purple_buddy_get_server_alias(b), -1);
purple_notify_user_info_add_pair(user_info, _("Nickname"), tmp);
More information about the Commits
mailing list