summaryrefslogtreecommitdiff
path: root/gtk/sip_stat.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-10-13 18:37:00 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-10-13 18:37:00 +0000
commitf9c4288e09ec53c7c6a1a80f6ed06bf1cf0a1e61 (patch)
treefee72fa46a0c16be8c7fb89e0a3f0f5e368dbe03 /gtk/sip_stat.c
parentb55a53fe02f5dff8d2a1c437330b7013dcdb79e2 (diff)
downloadwireshark-f9c4288e09ec53c7c6a1a80f6ed06bf1cf0a1e61.tar.gz
Bring the windows to front when rescanning of packets are done.
svn path=/trunk/; revision=26438
Diffstat (limited to 'gtk/sip_stat.c')
-rw-r--r--gtk/sip_stat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index 8ee8f86d87..710db5b58b 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -653,6 +653,7 @@ gtk_sipstat_init(const char *optarg, void *userdata _U_)
sip_init_hash(sp);
cf_retap_packets(&cfile, FALSE);
+ gdk_window_raise(sp->win->window);
}
static tap_dfilter_dlg sip_stat_dlg = {