Skip to content

Commit

Permalink
Fix building and bump version
Browse files Browse the repository at this point in the history
Building error was caused by a wrong move when
merging a conflict.
  • Loading branch information
SfietKonstantin committed Oct 18, 2013
1 parent dd73e41 commit 1de4125
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion rpm/sociald.spec
@@ -1,6 +1,6 @@
Name: sociald
Summary: Syncs device data from social services
Version: 0.0.44
Version: 0.0.45
Release: 1
Group: System/Applications
License: TBD
Expand Down
7 changes: 0 additions & 7 deletions src/facebook/facebookimagesyncadaptor.cpp
Expand Up @@ -209,13 +209,6 @@ void FacebookImageSyncAdaptor::albumsFinishedHandler()
TRACE(SOCIALD_DEBUG,
QString(QLatin1String("album with id %1 by user %2 from Facebook account with id %3 doesn't need sync"))
.arg(albumId).arg(userId).arg(accountId));
// it hasn't been modified, so none of its images have been removed.
QStringList serverImageIdsInAlbum = m_db.imageIds(fbAlbumId);
foreach (const QString &pid, serverImageIdsInAlbum) {
if (!m_serverImageIds.contains(pid)) {
m_serverImageIds.append(pid);
}
}
continue;
}

Expand Down
2 changes: 1 addition & 1 deletion src/src.pro
@@ -1,7 +1,7 @@
TEMPLATE = lib

TARGET = sociald-client
VERSION = 0.0.33
VERSION = 0.0.45
CONFIG += link_pkgconfig plugin

CONFIG += meegotouchevents-qt5
Expand Down

0 comments on commit 1de4125

Please sign in to comment.