diff pidgin/gtkblist.c @ 25270:5da76be14fdd

Fixes a bug in the blist theme where a line appears only under the expander
author Justin Rodriguez <ffdragon@soc.pidgin.im>
date Sat, 30 Aug 2008 01:10:22 +0000
parents 7ddaa405936e
children 6ebabe0841a0
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Thu Aug 28 13:25:32 2008 +0000
+++ b/pidgin/gtkblist.c	Sat Aug 30 01:10:22 2008 +0000
@@ -6023,9 +6023,6 @@
 			bgcolor = pidgin_blist_theme_get_collapsed_background_color(theme);
 		else bgcolor = pidgin_blist_theme_get_expanded_background_color(theme);
 
-		if (bgcolor == NULL)
-			bgcolor = &(gtkblist->treeview->style->bg[GTK_STATE_ACTIVE]);
-
 		path = gtk_tree_model_get_path(GTK_TREE_MODEL(gtkblist->treemodel), &iter);
 		expanded = gtk_tree_view_row_expanded(GTK_TREE_VIEW(gtkblist->treeview), path);
 		gtk_tree_path_free(path);