[Pkg-mozext-commits] [gcontactsync] 08/19: Issue #72: Close the SyncWorker when finished
David Prévot
taffit at moszumanska.debian.org
Thu Apr 2 17:47:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository gcontactsync.
commit 7c90300d7988546a31c7e04efc0827d148e6fb1f
Author: Josh Geenen <joshgeenen at gmail.com>
Date: Sun Mar 29 17:14:09 2015 -0500
Issue #72: Close the SyncWorker when finished
---
downloads/gContactSync-2.0.1pre.xpi | Bin 218012 -> 218019 bytes
src/content/SyncWorker.js | 2 ++
2 files changed, 2 insertions(+)
diff --git a/downloads/gContactSync-2.0.1pre.xpi b/downloads/gContactSync-2.0.1pre.xpi
index 0b6bc59..c5199e4 100644
Binary files a/downloads/gContactSync-2.0.1pre.xpi and b/downloads/gContactSync-2.0.1pre.xpi differ
diff --git a/src/content/SyncWorker.js b/src/content/SyncWorker.js
index 50629af..f225209 100644
--- a/src/content/SyncWorker.js
+++ b/src/content/SyncWorker.js
@@ -169,6 +169,8 @@ function SyncWorker(aData) {
mContactsToDelete: contactsToDelete,
mContactsToUpdate: contactsToUpdate,
mCardsToDelete: cardsToDelete});
+
+ close();
}
/**
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/gcontactsync.git
More information about the Pkg-mozext-commits
mailing list