diff pidgin/gtkblist.c @ 28570:0d9f5172ebc9

No need to call this twice.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 04 Sep 2009 21:44:58 +0000
parents 572073acf8e7
children 493f48f8d17f 876ffa0f5465 6e9917e067e6
line wrap: on
line diff
--- 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);