summaryrefslogtreecommitdiff
path: root/ui/qt/wireshark_application.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-12-29 03:56:29 +0000
committerGerald Combs <gerald@wireshark.org>2012-12-29 03:56:29 +0000
commitf3e41f1b72a2390b203054f2da3dbaaf3cc1dba3 (patch)
tree006eb7fd04c15e5bcb57f4aa9f3adbcd779bbf8a /ui/qt/wireshark_application.cpp
parent07571afb77ec0047d181e6bdebdde55cc347df67 (diff)
downloadwireshark-f3e41f1b72a2390b203054f2da3dbaaf3cc1dba3.tar.gz
Show the current profile name. Fix the packet status.
svn path=/trunk/; revision=46839
Diffstat (limited to 'ui/qt/wireshark_application.cpp')
-rw-r--r--ui/qt/wireshark_application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/wireshark_application.cpp b/ui/qt/wireshark_application.cpp
index d1f698bc44..f3d9baa868 100644
--- a/ui/qt/wireshark_application.cpp
+++ b/ui/qt/wireshark_application.cpp
@@ -396,7 +396,7 @@ void WiresharkApplication::setConfigurationProfile(const gchar *profile_name)
/* Update menus with new recent values */
// menu_recent_read_finished();
-
+ emit configurationProfileChanged(profile_name);
}
void WiresharkApplication::prefsToCaptureOpts()