summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2012-09-11 10:52:05 +0200
committerSeif Lotfy <seif@lotfy.com>2012-09-11 10:52:05 +0200
commitf8ecd33713b4ec53e209fce6b9cf047b4fb628a3 (patch)
treee3a26f25de77ccea1ec85e2d1ad5fd99e580b801
parent5a242ed724489bee29f5fce096fa95b615fdc708 (diff)
Fix bug where event_origin is not set and pushed to zeitgeist0.9.5
-rw-r--r--src/telepathy-observer.vala4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/telepathy-observer.vala b/src/telepathy-observer.vala
index a605138..7f56c33 100644
--- a/src/telepathy-observer.vala
+++ b/src/telepathy-observer.vala
@@ -91,7 +91,7 @@ public class TelepathyObserver : DataProvider
this.actor,
null,
obj_path);
-
+ event_template.set_origin(obj_path);
/*
* Whether user initiated the chat or not
*/
@@ -212,6 +212,7 @@ public class TelepathyObserver : DataProvider
this.actor,
null,
obj_path);
+ event_template.set_origin(obj_path);
if (!channel.requested)
event_template.set_manifestation (ZG_WORLD_ACTIVITY);
/*
@@ -365,6 +366,7 @@ public class TelepathyObserver : DataProvider
event_template.set_manifestation (ZG_WORLD_ACTIVITY);
}
event_template.set_actor (this.actor);
+ event_template.set_origin (obj_path);
/*
* Create Subject representing the sent/received file
*/