diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2008-10-13 18:37:00 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2008-10-13 18:37:00 +0000 |
commit | f9c4288e09ec53c7c6a1a80f6ed06bf1cf0a1e61 (patch) | |
tree | fee72fa46a0c16be8c7fb89e0a3f0f5e368dbe03 /gtk/mgcp_stat.c | |
parent | b55a53fe02f5dff8d2a1c437330b7013dcdb79e2 (diff) | |
download | wireshark-f9c4288e09ec53c7c6a1a80f6ed06bf1cf0a1e61.tar.gz wireshark-f9c4288e09ec53c7c6a1a80f6ed06bf1cf0a1e61.tar.bz2 wireshark-f9c4288e09ec53c7c6a1a80f6ed06bf1cf0a1e61.zip |
Bring the windows to front when rescanning of packets are done.
svn path=/trunk/; revision=26438
Diffstat (limited to 'gtk/mgcp_stat.c')
-rw-r--r-- | gtk/mgcp_stat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/mgcp_stat.c b/gtk/mgcp_stat.c index 03eb11884d..4b512c89c5 100644 --- a/gtk/mgcp_stat.c +++ b/gtk/mgcp_stat.c @@ -301,6 +301,7 @@ gtk_mgcpstat_init(const char *optarg, void *userdata _U_) window_present(ms->win); cf_retap_packets(&cfile, FALSE); + gdk_window_raise(ms->win->window); } static tap_dfilter_dlg mgcp_srt_dlg = { |