Pop the welcome header when we are finished capture without updating packet

list in real time, so we get back to the welcome screen when closing the file.

svn path=/trunk/; revision=29034
This commit is contained in:
Stig Bjørlykke 2009-07-09 09:28:05 +00:00
parent 98b5c7bf9a
commit f40bd67713
1 changed files with 1 additions and 0 deletions

View File

@ -682,6 +682,7 @@ statusbar_capture_fixed_finished_cb(capture_options *capture_opts _U_)
/* Pop the "<live capture in progress>" message off the status bar. */
statusbar_pop_file_msg();
welcome_header_pop_msg();
/* Pop the "<capturing>" message off the status bar */
gtk_statusbar_pop(GTK_STATUSBAR(packets_bar), packets_ctx);