From 489b5e1fecc4c232eb827b7ca80a544a008b7b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 13 Oct 2008 17:38:28 +0000 Subject: Bring the windows to front when rescanning of packets are done. svn path=/trunk/; revision=26435 --- gtk/stats_tree_stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') 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); } -- cgit v1.2.1