comparison pidgin/gtkblist.c @ 25325:94fa7211eb98

propagate from branch 'im.pidgin.pidgin' (head 5be7104ff151004112ce3f9c34446335024d06d8) to branch 'im.pidgin.pidgin.next.minor' (head 111d22afa901c48464e4da4d37d1cca3381ae162)
author Richard Laager <rlaager@wiktel.com>
date Fri, 14 Nov 2008 06:45:16 +0000
parents 0e08c847517d 34dcb702d0bb
children 9bdd3ab8087f
comparison
equal deleted inserted replaced
25324:9290eb3e07bf 25325:94fa7211eb98
3380 g_string_append_printf(str, _("\n<b>Topic:</b> %s"), topic ? topic : _("(no topic set)")); 3380 g_string_append_printf(str, _("\n<b>Topic:</b> %s"), topic ? topic : _("(no topic set)"));
3381 g_free(topic); 3381 g_free(topic);
3382 } 3382 }
3383 } 3383 }
3384 3384
3385 if (prpl_info->chat_info != NULL) 3385 if (prpl_info && prpl_info->chat_info != NULL)
3386 cur = prpl_info->chat_info(chat->account->gc); 3386 cur = prpl_info->chat_info(chat->account->gc);
3387 else 3387 else
3388 cur = NULL; 3388 cur = NULL;
3389 3389
3390 while (cur != NULL) 3390 while (cur != NULL)