summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-10-13 17:38:28 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-10-13 17:38:28 +0000
commit489b5e1fecc4c232eb827b7ca80a544a008b7b31 (patch)
treec4f1ee51aec9d79c7c0450371046731a7a9ab6f4 /gtk
parent6d6288fae9ff380eaeea952d0475e1bfcd9733d8 (diff)
downloadwireshark-489b5e1fecc4c232eb827b7ca80a544a008b7b31.tar.gz
Bring the windows to front when rescanning of packets are done.
svn path=/trunk/; revision=26435
Diffstat (limited to 'gtk')
-rw-r--r--gtk/stats_tree_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/stats_tree_stat.c b/gtk/stats_tree_stat.c
index ad042f4c65..ac35800591 100644
--- a/gtk/stats_tree_stat.c
+++ b/gtk/stats_tree_stat.c
@@ -1,4 +1,3 @@
-
/* stats_tree_stat.c
* GTK Tap implementation of stats_tree
* 2005, Luis E. G. Ontanon
@@ -328,6 +327,7 @@ init_gtk_tree(const char* optarg, void *userdata _U_)
window_present(st->pr->win);
cf_retap_packets(&cfile, FALSE);
+ gdk_window_raise(st->pr->win->window);
}