Load skype buddies from database if it's possible
This commit is contained in:
parent
882d7b2f02
commit
deaa8e8dca
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ void Skype::login() {
|
|||
return;
|
||||
}
|
||||
|
||||
m_db += "/" + getUsername() + "/main.db";
|
||||
|
||||
if (m_connection == NULL) {
|
||||
LOG4CXX_INFO(logger, "Creating DBUS connection.");
|
||||
|
|
Loading…
Add table
Reference in a new issue