diff options
Diffstat (limited to 'src/base/QXmppBookmarkSet.cpp')
| -rw-r--r-- | src/base/QXmppBookmarkSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppBookmarkSet.cpp b/src/base/QXmppBookmarkSet.cpp index 86330ad0..c36d3a93 100644 --- a/src/base/QXmppBookmarkSet.cpp +++ b/src/base/QXmppBookmarkSet.cpp @@ -189,7 +189,7 @@ void QXmppBookmarkSet::parse(const QDomElement &element) if (childElement.tagName() == "conference") { QXmppBookmarkConference conference; - conference.setAutoJoin(childElement.attribute("autojoin") == "true"); + conference.setAutoJoin(childElement.attribute("autojoin") == "true" || childElement.attribut("autojoin") == "1"); conference.setJid(childElement.attribute("jid")); conference.setName(childElement.attribute("name")); conference.setNickName(childElement.firstChildElement("nick").text()); |
