src/buddy.c

changeset 3202
85b6d512ca76
parent 3192
a894abda977c
child 3204
7dd470ad7019
--- a/src/buddy.c	Fri May 03 23:58:59 2002 +0000
+++ b/src/buddy.c	Sat May 04 02:06:24 2002 +0000
@@ -1846,18 +1846,6 @@
 
 	gtk_container_add(GTK_CONTAINER(g->item), g->label);
 
-	style = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(g->label)));
-
-//	style->font = gdk_font_load("-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*");
-
-	style->fg[0].red = 104 * 255;
-	style->fg[0].green = 20 * 255;
-	style->fg[0].blue = 20* 255;
-	
-	gtk_widget_set_style(GTK_WIDGET(g->label), style);
-	gtk_style_unref(style);
-
-
 	shows = g_slist_insert(shows, g, pos);
 
 	/* Rob does drugs - this is still evil, damn you becausse I SAID SO! */

mercurial