Wireshark occasionally starts up behind other applications. Bring it to the

front.

svn path=/trunk/; revision=24304
This commit is contained in:
Gerald Combs 2008-02-11 19:20:10 +00:00
parent 152b28477a
commit 556d14a8bf
1 changed files with 3 additions and 0 deletions

View File

@ -4974,6 +4974,9 @@ show_main_window(gboolean doing_work)
/* Pop up any queued-up alert boxes. */
display_queued_messages();
/* Move the main window to the front, in case it isn't already there */
gdk_window_raise(top_level->window);
#ifdef HAVE_AIRPCAP
/*
* This will read the decryption keys from the preferences file, and will