Fixed stupid bug in status messages forwarding

This commit is contained in:
HanzZ 2011-06-12 22:24:41 +02:00
parent d91ff45956
commit f1734c98a8
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ class LocalBuddy : public Buddy {
bool getStatus(Swift::StatusShow &status, std::string &statusMessage) {
status = m_status;
m_statusMessage = statusMessage;
statusMessage = m_statusMessage;
return true;
}

View file

@ -9,8 +9,8 @@ backend_port=10001
users_per_backend=2
backend=../../backends/libpurple/libpurple_backend
#backend=../../backends/libircclient-qt/libircclient-qt_backend
#protocol=prpl-jabber
protocol=prpl-msn
protocol=prpl-jabber
#protocol=prpl-msn
#protocol=prpl-icq
[database]