diff pidgin/gtkconv.c @ 17116:80350acaa289

Fix background color issues in the coversation tabs.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 16 May 2007 03:46:26 +0000
parents bee4ea11e299
children 150980c9d79d 03866cefa848 92c3c2eeba87 c3fbb357cc81
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Wed May 16 02:38:32 2007 +0000
+++ b/pidgin/gtkconv.c	Wed May 16 03:46:26 2007 +0000
@@ -8304,6 +8304,7 @@
 	}
 
 	ebox = gtk_event_box_new();
+	gtk_event_box_set_visible_window(GTK_EVENT_BOX(ebox), FALSE);
 	gtk_container_add(GTK_CONTAINER(ebox), gtkconv->tabby);
 	g_signal_connect(G_OBJECT(ebox), "button-press-event",
 					G_CALLBACK(alias_double_click_cb), gtkconv);