summaryrefslogtreecommitdiff
path: root/ui/qt/main_window_slots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main_window_slots.cpp')
-rw-r--r--ui/qt/main_window_slots.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/ui/qt/main_window_slots.cpp b/ui/qt/main_window_slots.cpp
index 7d375c9b6a..7bbdf11ba6 100644
--- a/ui/qt/main_window_slots.cpp
+++ b/ui/qt/main_window_slots.cpp
@@ -978,7 +978,11 @@ void MainWindow::pipeActivated(int source) {
#endif // _WIN32
}
-void MainWindow::pipeNotifierDestroyed() {
+void MainWindow::pipeNotifierDestroyed()
+{
+ /* Pop the "<live capture in progress>" message off the status bar. */
+ main_ui_->statusBar->setFileName(capture_file_);
+
#ifdef _WIN32
pipe_timer_ = NULL;
#else
@@ -996,8 +1000,6 @@ void MainWindow::stopCapture() {
capture_stop(&cap_session_);
#endif // HAVE_LIBPCAP
- /* Pop the "<live capture in progress>" message off the status bar. */
- main_ui_->statusBar->setFileName(capture_file_);
}
// Keep focus rects from showing through the welcome screen. Primarily for