(trunk) #3450 "regression: Qt client dbus support broken" -- fixed

This commit is contained in:
Charles Kerr
2010-08-01 18:55:04 +00:00
parent ff23406f38
commit 3fa4865863
16 changed files with 348 additions and 139 deletions

View File

@@ -586,7 +586,6 @@ gtr_dbus_add_torrent( const char * filename )
if( proxy )
dbus_g_proxy_call( proxy, "AddMetainfo", &err,
G_TYPE_STRING, payload,
G_TYPE_STRING, filename,
G_TYPE_INVALID,
G_TYPE_BOOLEAN, &handled,
G_TYPE_INVALID );