diff options
Diffstat (limited to 'plugins/SecureIM/src/svcs_clist.cpp')
| -rw-r--r-- | plugins/SecureIM/src/svcs_clist.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/svcs_clist.cpp b/plugins/SecureIM/src/svcs_clist.cpp index 5d1a565565..16ef2f9339 100644 --- a/plugins/SecureIM/src/svcs_clist.cpp +++ b/plugins/SecureIM/src/svcs_clist.cpp @@ -15,7 +15,7 @@ int __cdecl onContactSettingChanged(WPARAM hContact, LPARAM lParam)  			showPopupDC(hContact);	// show popup "Disabled"
  			ShowStatusIconNotify(hContact); // change icon in CL
  		}
 -		else if (ptr->mode == MODE_RSAAES && exp->rsa_get_state(ptr->cntx) == 7) {
 +		else if (ptr->mode == MODE_RSAAES && mir_exp->rsa_get_state(ptr->cntx) == 7) {
  			deleteRSAcntx(ptr);
  			showPopupDC(hContact);	// show popup "Disabled"
  			ShowStatusIconNotify(hContact); // change icon in CL
  | 
