Changeset - 756f0f07b0b0
[Not reviewed]
0 1 0
HanzZ - 12 years ago 2013-02-24 11:21:07
hanzz.k@gmail.com
Load skype buddies from database if it's possible
1 file changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
backends/skype/skypedb.cpp
Show inline comments
 
@@ -134,10 +134,6 @@ bool loadBuddies(SkypePlugin *np, const std::string &db_path, std::string &user,
 
				std::string alias = (const char *) sqlite3_column_text(stmt, 1);
 
				std::string mood_text = (const char *) sqlite3_column_text(stmt, 2);
 

	
 
				if (alias.empty()) {
 
					alias = displayname;
 
				}
 

	
 
				std::vector<std::string> groups;
 
				if (group_map.find(buddy) != group_map.end()) {
 
					groups.push_back(group_map[buddy]);
0 comments (0 inline, 0 general)