# HG changeset patch # User Elliott Sales de Andrade # Date 1252100698 0 # Node ID 0d9f5172ebc9266a01ecaa2fdcd85769f28721f6 # Parent 9af95186dde4203a3cc69c2cb72f27e657494c4e No need to call this twice. diff -r 9af95186dde4 -r 0d9f5172ebc9 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Fri Sep 04 21:12:11 2009 +0000 +++ b/pidgin/gtkblist.c Fri Sep 04 21:44:58 2009 +0000 @@ -6513,7 +6513,7 @@ gchar *mark, *tmp; const gchar *fg_color, *font; GdkColor *color = NULL; - PidginBlistTheme *theme = pidgin_blist_get_theme(); + PidginBlistTheme *theme; PidginThemeFont *pair; gboolean selected = (gtkblist->selected_node == cnode);