summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/src/gg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg.cpp')
-rw-r--r--protocols/Gadu-Gadu/src/gg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.cpp b/protocols/Gadu-Gadu/src/gg.cpp
index 0a3361d47a..9b4e1ff1b1 100644
--- a/protocols/Gadu-Gadu/src/gg.cpp
+++ b/protocols/Gadu-Gadu/src/gg.cpp
@@ -191,9 +191,9 @@ void GaduProto::cleanuplastplugin(uint32_t version)
//2. force SSL and keepalive; overwrite old server list;
if (version < PLUGIN_MAKE_VERSION(0, 11, 0, 4)) {
setWString("ServerHosts", GG_KEYDEF_SERVERHOSTS);
- m_gaduOptions.useManualHosts = 1;
- m_gaduOptions.useSslConnection = 1;
- m_gaduOptions.keepConnectionAlive = 1;
+ m_useManualHosts = 1;
+ m_useSslConnection = 1;
+ m_keepConnectionAlive = 1;
}
}