From 850266b13913af89d60e20c1e5ded394fd9df384 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 31 Jul 2012 09:23:54 +0200 Subject: fix typo --- src/base/QXmppBookmarkSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/QXmppBookmarkSet.cpp') 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()); -- cgit v1.2.3