aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/fc_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/fc_stat.c
parentb55a53fe02f5dff8d2a1c437330b7013dcdb79e2 (diff)
Bring the windows to front when rescanning of packets are done.
svn path=/trunk/; revision=26438
Diffstat (limited to 'gtk/fc_stat.c')
-rw-r--r--gtk/fc_stat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c
index 5b9f54ea4a..13aa17f5b2 100644
--- a/gtk/fc_stat.c
+++ b/gtk/fc_stat.c
@@ -201,6 +201,7 @@ gtk_fcstat_init(const char *optarg, void *userdata _U_)
window_present(fc->win);
cf_retap_packets(&cfile, FALSE);
+ gdk_window_raise(fc->win->window);
}
static tap_dfilter_dlg fc_stat_dlg = {