Mercurial > pidgin.yaz
comparison pidgin/gtkblist.c @ 28592:493f48f8d17f 2.6.2_jp
merged with im.pidgin.pidgin
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 07 Sep 2009 20:39:36 +0900 |
parents | 336d03cdced6 0d9f5172ebc9 |
children | 3e5a37c743df |
comparison
equal
deleted
inserted
replaced
28533:7336033277da | 28592:493f48f8d17f |
---|---|
6517 if(gtknode->contact_expanded) { | 6517 if(gtknode->contact_expanded) { |
6518 GdkPixbuf *status; | 6518 GdkPixbuf *status; |
6519 gchar *mark, *tmp; | 6519 gchar *mark, *tmp; |
6520 const gchar *fg_color, *font; | 6520 const gchar *fg_color, *font; |
6521 GdkColor *color = NULL; | 6521 GdkColor *color = NULL; |
6522 PidginBlistTheme *theme = pidgin_blist_get_theme(); | 6522 PidginBlistTheme *theme; |
6523 PidginThemeFont *pair; | 6523 PidginThemeFont *pair; |
6524 gboolean selected = (gtkblist->selected_node == cnode); | 6524 gboolean selected = (gtkblist->selected_node == cnode); |
6525 | 6525 |
6526 mark = g_markup_escape_text(purple_contact_get_alias(contact), -1); | 6526 mark = g_markup_escape_text(purple_contact_get_alias(contact), -1); |
6527 | 6527 |