aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-06 15:38:43 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-06 15:38:43 +0000
commit64ac94d8241aa5f9ea33fef79503a6c32fc5af54 (patch)
tree49bacc3a04d748edbceb51878e347fc7cc5ca545 /gtk
parent08725d8a768f2f376f9826abc220245244599f96 (diff)
Analyze!EnabledProtocols: Remove unnecessary line of code added in the previous commit;
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28290 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk')
-rw-r--r--gtk/proto_dlg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/proto_dlg.c b/gtk/proto_dlg.c
index 5a2eab7792..999b3cca81 100644
--- a/gtk/proto_dlg.c
+++ b/gtk/proto_dlg.c
@@ -370,7 +370,6 @@ proto_ok_cb(GtkWidget *ok_bt _U_, gpointer parent_w)
/* if we don't have a Save button, just save the settings now */
if (!prefs.gui_use_pref_save) {
proto_write(parent_w);
- update_was_enabled();
}
window_destroy(GTK_WIDGET(parent_w));