From 75beae890b1f18d5753748f4935731ed93579ef8 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 May 2015 13:21:25 +0000 Subject: flags fix cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@13506 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_dialogs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/SkypeWeb/src/skype_dialogs.h') diff --git a/protocols/SkypeWeb/src/skype_dialogs.h b/protocols/SkypeWeb/src/skype_dialogs.h index b573a2d1c3..8144d17d07 100644 --- a/protocols/SkypeWeb/src/skype_dialogs.h +++ b/protocols/SkypeWeb/src/skype_dialogs.h @@ -40,10 +40,10 @@ protected: { /*if (m_savePermanently.Enabled()) m_proto->setString("Password", m_password.GetTextA()); - if (m_proto->password != NULL) + if (m_proto->password != NULL) mir_free(m_proto->password); - m_proto->password = mir_utf8encodeW(m_password.GetText()); - */ + m_proto->password = mir_utf8encodeW(m_password.GetText()); + */ EndDialog(m_hwnd, 1); } -- cgit v1.2.3