summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@t-online.de>2013-02-17 23:41:05 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2013-02-17 23:41:05 +0100
commit659074016b19eb33ad719879fe7048e616e713ba (patch)
tree09535571e386e91f2de34d2b37cd4d8788c3d111 /extensions
parentb92e129b432edfb2c0243988be5b7174f94f901c (diff)
downloadzeitgeist-659074016b19eb33ad719879fe7048e616e713ba.tar.gz
Fix vala deprecations and warnings in lib/src
Diffstat (limited to 'extensions')
-rw-r--r--extensions/fts.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/fts.vala b/extensions/fts.vala
index 3ac9b38d..0b8d81b7 100644
--- a/extensions/fts.vala
+++ b/extensions/fts.vala
@@ -82,7 +82,7 @@ namespace Zeitgeist
// make sure FTS uses the same environment as us
var env = new HashTable<string, string> (str_hash, str_equal);
env["ZEITGEIST_DATA_PATH"] = Utils.get_data_path ();
- connection.call ("org.freedesktop.DBus",
+ connection.call.begin ("org.freedesktop.DBus",
"/org/freedesktop/DBus",
"org.freedesktop.DBus",
"UpdateActivationEnvironment",