aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppBookmarkSet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppBookmarkSet.cpp')
-rw-r--r--src/base/QXmppBookmarkSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppBookmarkSet.cpp b/src/base/QXmppBookmarkSet.cpp
index c36d3a93..8e830838 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" || childElement.attribut("autojoin") == "1");
+ conference.setAutoJoin(childElement.attribute("autojoin") == "true" || childElement.attribute("autojoin") == "1");
conference.setJid(childElement.attribute("jid"));
conference.setName(childElement.attribute("name"));
conference.setNickName(childElement.firstChildElement("nick").text());