summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-05-08 18:32:56 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-05-08 18:32:56 +0000
commit166c437a01338fd81448aa83dfe7bd768fc53622 (patch)
tree847899957965bba476e5176e08f952a9495a817b
parentbc86f4c6731234f00c2598cfef53b9f217ce5163 (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4602 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/Skype/src/skype_dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_dialogs.cpp b/protocols/Skype/src/skype_dialogs.cpp
index 9dd0cf434a..73d4e7740f 100644
--- a/protocols/Skype/src/skype_dialogs.cpp
+++ b/protocols/Skype/src/skype_dialogs.cpp
@@ -721,7 +721,7 @@ INT_PTR CALLBACK CSkypeProto::HomeSkypeDlgProc(HWND hwndDlg, UINT msg, WPARAM wP
if (ppro->IsOnline() && ppro->NeedUpdate)
{
//ppro->SaveToDB(hwndDlg, iPageId);
- ppro->SaveToServer(hwndDlg, iPageId);
+ //ppro->SaveToServer(hwndDlg, iPageId);
}
else if ( !ppro->IsOnline())
ppro->ShowNotification(::TranslateT("You are not currently connected to the Skype network. You must be online in order to update your information on the server."));