summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2013-04-11 19:11:58 +0200
committerSeif Lotfy <seif@lotfy.com>2013-04-11 19:11:58 +0200
commitd27243bbbae004dd04e6e7f6fcb2a195e462fa21 (patch)
treea1bdde98a6bd632f55b55c751debf5abbd1bab83
parent30ff0df89966e83da2388b4c02c239c0c3272f23 (diff)
downloadzeitgeist-d27243bbbae004dd04e6e7f6fcb2a195e462fa21.tar.gz
Fixed find_related_uris to take RelevantResultType as an argument instead
of ResultType
-rw-r--r--libzeitgeist/log.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/libzeitgeist/log.vala b/libzeitgeist/log.vala
index 966624bc..aa6faeee 100644
--- a/libzeitgeist/log.vala
+++ b/libzeitgeist/log.vala
@@ -443,7 +443,7 @@ public class Log : QueuedProxyWrapper
GenericArray<Event> result_event_templates,
StorageState storage_state,
uint32 num_events,
- ResultType result_type,
+ RelevantResultType result_type,
Cancellable? cancellable=null) throws Error
{
var events_cp = new GenericArray<Event> ();