[tracker/gdbus-porting] Another fix in the GDBus port of thumbnailer



commit 2425470c7308418c9c9b605a91f0d7a5f07e3017
Author: Philip Van Hoof <philip codeminded be>
Date:   Thu Dec 30 12:06:39 2010 +0100

    Another fix in the GDBus port of thumbnailer

 src/libtracker-miner/tracker-thumbnailer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-miner/tracker-thumbnailer.c b/src/libtracker-miner/tracker-thumbnailer.c
index c19e55a..d2c9127 100644
--- a/src/libtracker-miner/tracker-thumbnailer.c
+++ b/src/libtracker-miner/tracker-thumbnailer.c
@@ -403,7 +403,7 @@ tracker_thumbnailer_send (void)
 
 		g_dbus_proxy_call (private->cache_proxy,
 		                   "Move",
-		                   g_variant_new ("(asas)", from_strv, to_strv),
+		                   g_variant_new ("(^as^as)", from_strv, to_strv),
 		                   G_DBUS_CALL_FLAGS_NONE,
 		                   -1,
 		                   NULL,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]