[tracker/persistent-modified] libtracker-data: Bugfix for last commit
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/persistent-modified] libtracker-data: Bugfix for last commit
- Date: Thu, 27 Jan 2011 14:36:07 +0000 (UTC)
commit 64fc820691e3f451c1fcdd1c1e7f070b17034e63
Author: Philip Van Hoof <philip codeminded be>
Date: Thu Jan 27 15:35:46 2011 +0100
libtracker-data: Bugfix for last commit
src/libtracker-data/tracker-data-update.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-data/tracker-data-update.c b/src/libtracker-data/tracker-data-update.c
index ca03226..2f9550b 100644
--- a/src/libtracker-data/tracker-data-update.c
+++ b/src/libtracker-data/tracker-data-update.c
@@ -2476,7 +2476,9 @@ tracker_data_commit_transaction (GError **error)
in_transaction = FALSE;
get_transaction_modseq ();
- transaction_modseq++;
+ if (has_persistent) {
+ transaction_modseq++;
+ }
in_ontology_transaction = FALSE;
if (!in_journal_replay) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]