Load skype buddies from database if it's possible

This commit is contained in:
HanzZ 2013-02-24 10:50:24 +01:00
parent 882d7b2f02
commit deaa8e8dca

View file

@ -104,6 +104,7 @@ void Skype::login() {
return;
}
m_db += "/" + getUsername() + "/main.db";
if (m_connection == NULL) {
LOG4CXX_INFO(logger, "Creating DBUS connection.");