summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2012-10-10 18:33:48 +0200
committerSeif Lotfy <seif@lotfy.com>2012-10-10 18:33:48 +0200
commit2c5a09df8eb2a2c06fa500b8d4e0f117bc9f57ab (patch)
tree096e0e97408797351049a5af242f497d50b6b046
parenta29f520e18fa04d75f2be292b53cf903e6ed308c (diff)
Fix downloads-directory where we passed current_uri as an extra
to Subject.full
-rw-r--r--src/downloads-directory-provider.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/downloads-directory-provider.vala b/src/downloads-directory-provider.vala
index 6b77217..6cf1591 100644
--- a/src/downloads-directory-provider.vala
+++ b/src/downloads-directory-provider.vala
@@ -132,7 +132,7 @@ public class DownloadsDirectoryMonitor : DataProvider
mimetype,
origin,
basename,
- "", uri); // storage will be figured out by Zeitgeist
+ ""); // storage will be figured out by Zeitgeist
string actor = ""; // unknown
Event event = new Event.full (ZG.CREATE_EVENT, ZG.WORLD_ACTIVITY,