[tracker/miner-flickr: 20/24] tracker-miner-flickr: Fix association monitoring
- From: Adrien Bustany <abustany src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/miner-flickr: 20/24] tracker-miner-flickr: Fix association monitoring
- Date: Fri, 2 Apr 2010 13:20:44 +0000 (UTC)
commit 9ea829197d07db7796296e7bf1bbf2e46754c4c8
Author: Adrien Bustany <abustany gnome org>
Date: Fri Mar 26 12:58:02 2010 -0300
tracker-miner-flickr: Fix association monitoring
This commit makes the miner correctly connect to the "associated" property
notify signal, to properly react on association status changes.
src/miners/flickr/tracker-miner-flickr.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/miners/flickr/tracker-miner-flickr.vala b/src/miners/flickr/tracker-miner-flickr.vala
index 67d6ddc..3fb858a 100644
--- a/src/miners/flickr/tracker-miner-flickr.vala
+++ b/src/miners/flickr/tracker-miner-flickr.vala
@@ -86,7 +86,7 @@ public class MinerFlickr : Tracker.MinerWeb {
query_queue = new QueryQueue (this);
- this.notify["association"].connect (association_status_changed);
+ this.notify["associated"].connect (association_status_changed);
}
public void shutdown () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]