aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_statusbar.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-09 09:28:05 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-09 09:28:05 +0000
commit3e848275cefa304fb308f5632ae878e4984254eb (patch)
tree7aa8fa18fb60654a3f652f0494698948bcafeb82 /gtk/main_statusbar.c
parentaaa7a474406626bb1e21f7f3095ea3d4077fec7c (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29034 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/main_statusbar.c')
-rw-r--r--gtk/main_statusbar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/main_statusbar.c b/gtk/main_statusbar.c
index a29b327f69..ce788e549a 100644
--- a/gtk/main_statusbar.c
+++ b/gtk/main_statusbar.c
@@ -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);