summaryrefslogtreecommitdiff
path: root/protocols/MSN/src/msn_commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MSN/src/msn_commands.cpp')
-rw-r--r--protocols/MSN/src/msn_commands.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/MSN/src/msn_commands.cpp b/protocols/MSN/src/msn_commands.cpp
index c325a7617c..cc6591fa13 100644
--- a/protocols/MSN/src/msn_commands.cpp
+++ b/protocols/MSN/src/msn_commands.cpp
@@ -1205,7 +1205,7 @@ LBL_InvalidCommand:
{
msnLoggedIn = true;
isConnectSuccess = true;
- emailEnabled = GetMyNetID()==NETID_MSN; // Let's assume it?
+ emailEnabled = MyOptions.netId==NETID_MSN; // Let's assume it?
MSN_SetServerStatus(m_iStatus);
MSN_EnableMenuItems(true);
// Fork refreshing and populating contact list to the background
@@ -1379,7 +1379,7 @@ LBL_InvalidCommand:
char* msgBody = (char*)buf.surelyRead(atol(data.strMsgBytes));
if (strcmp(data.typeId, "CON")) break;
- if (GetMyNetID()!=NETID_SKYPE) {
+ if (MyOptions.netId!=NETID_SKYPE) {
/* MSN account login */
switch (MSN_AuthOAuth())