aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-09 09:28:05 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-09 09:28:05 +0000
commitf40bd67713193a8329cbba691a9174aef0c5a260 (patch)
tree7aa8fa18fb60654a3f652f0494698948bcafeb82 /gtk
parent98b5c7bf9a79e6978d0a4d562b8e934efb8805ff (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. svn path=/trunk/; revision=29034
Diffstat (limited to 'gtk')
-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);