aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-20 19:18:12 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-20 19:18:12 +0000
commit727cfec1556f3dcfb258c66507a4a9ebef163563 (patch)
treebe7b37025df36c218913bf93f550200624f99d9e /gtk/capture_dlg.c
parent90a275cbfc2a5d13de67dfad123e6413ae010447 (diff)
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
Diffstat (limited to 'gtk/capture_dlg.c')
-rw-r--r--gtk/capture_dlg.c1
1 files changed, 1 insertions, 0 deletions
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 "