zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #04224
[Branch ~zeitgeist/zeitgeist/bluebird] Rev 285: And also fix the interface name
------------------------------------------------------------
revno: 285
committer: Michal Hruby <michal.mhr@xxxxxxxxx>
branch nick: bb-fts
timestamp: Sun 2011-10-09 17:54:56 +0200
message:
And also fix the interface name
modified:
src/remote.vala
--
lp:~zeitgeist/zeitgeist/bluebird
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird
Your team Zeitgeist Framework Team is subscribed to branch lp:~zeitgeist/zeitgeist/bluebird.
To unsubscribe from this branch go to https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'src/remote.vala'
--- src/remote.vala 2011-10-09 14:56:20 +0000
+++ src/remote.vala 2011-10-09 15:54:56 +0000
@@ -108,7 +108,7 @@
}
/* FIXME: Remove this! Only here because of a bug in Vala (see ext-fts) */
- [DBus (name = "org.gnome.zeitgeist.SimpleIndexer")]
+ [DBus (name = "org.gnome.zeitgeist.Index")]
public interface RemoteSimpleIndexer : Object
{
[DBus (signature = "a(asaasay)u")]