aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-04-20 18:06:33 -0700
committerGuy Harris <guy@alum.mit.edu>2016-04-21 01:07:13 +0000
commit99fcf25090c25bd20c77e7c5f68b2813e42abe98 (patch)
tree4e32fba2bc7d2c924a64b39135be6a5e2a80c2a4 /ui
parent3eaa183fea5971843766aa9007da1da0b84fffe8 (diff)
We have to call updateWidgets() to initialize the name resolution flag.
The conversation dialog does this, and we must do so to, in order to fetch the initial setting of the name resolution flag. Bug: 12353 Change-Id: I7ee97960216ff89a612c076edcfaad8e547a27d9 Reviewed-on: https://code.wireshark.org/review/15029 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/endpoint_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/endpoint_dialog.cpp b/ui/qt/endpoint_dialog.cpp
index af99f3da51..a88e6cd345 100644
--- a/ui/qt/endpoint_dialog.cpp
+++ b/ui/qt/endpoint_dialog.cpp
@@ -83,6 +83,7 @@ EndpointDialog::EndpointDialog(QWidget &parent, CaptureFile &cf, int cli_proto_i
fillTypeMenu(endp_protos);
+ updateWidgets();
#ifdef HAVE_GEOIP
tabChanged();
#endif