From c79cd9adc27eac462764776e4a3063fd5ca0ac85 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 1 Jun 2018 22:08:55 +0300 Subject: eternal recursion prevention --- src/mir_app/src/proto_opts.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/mir_app/src/proto_opts.cpp b/src/mir_app/src/proto_opts.cpp index 4d80ea16a6..a9a2ac15e0 100644 --- a/src/mir_app/src/proto_opts.cpp +++ b/src/mir_app/src/proto_opts.cpp @@ -620,10 +620,8 @@ public: int idx = m_accList.GetCurSel(); if (idx != -1) { PROTOACCOUNT *pa = (PROTOACCOUNT*)m_accList.GetItemData(idx); - if (pa) { + if (pa) pa->bAccMgrUIChanged = true; - NotifyChange(); - } } } }; -- cgit v1.2.3