From 727cfec1556f3dcfb258c66507a4a9ebef163563 Mon Sep 17 00:00:00 2001 From: stig Date: Mon, 20 Oct 2008 19:18:12 +0000 Subject: Use invisible event boxes so the preferences looks good when using themes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26502 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/capture_dlg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/capture_dlg.c') diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c index 3f20f9d94c..66b1d0ed10 100644 --- a/gtk/capture_dlg.c +++ b/gtk/capture_dlg.c @@ -1103,6 +1103,7 @@ capture_prep_cb(GtkWidget *w _U_, gpointer d _U_) gtk_box_pack_start(GTK_BOX(capture_vb), if_ip_hb, FALSE, FALSE, 0); if_ip_eb = gtk_event_box_new(); + gtk_event_box_set_visible_window (GTK_EVENT_BOX(if_ip_eb), FALSE); gtk_box_pack_start(GTK_BOX(if_ip_hb), if_ip_eb, TRUE, TRUE, 6); gtk_tooltips_set_tip(tooltips, if_ip_eb, "Lists the IP address(es) " "assigned to the selected interface. If there are " -- cgit v1.2.3