Pop the welcome header when we are finished capture without updating packet
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 9 Jul 2009 09:28:05 +0000 (09:28 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 9 Jul 2009 09:28:05 +0000 (09:28 +0000)
list in real time, so we get back to the welcome screen when closing the file.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29034 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/main_statusbar.c

index a29b327f69046025095edf8144f96ef61ff8b2eb..ce788e549a1a06e0776eb128a698b683510da013 100644 (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);