summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBartosz Szatkowski <bulislaw@linux.com>2011-12-15 13:58:02 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2011-12-15 15:21:48 +0200
commit8947377f31b17bc503af178ff2ca8eb54c4034ee (patch)
tree9d831871992be5360cd084dd56840339c1ee87c3 /test
parenta6a766e81eaf3134a17df437bd74e4f47bb10da2 (diff)
downloadobexd-8947377f31b17bc503af178ff2ca8eb54c4034ee.tar.gz
map: Fix D-Bus call after method rename
Diffstat (limited to 'test')
-rwxr-xr-xtest/map-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/map-client b/test/map-client
index 1a4afdb..5c7c447 100755
--- a/test/map-client
+++ b/test/map-client
@@ -57,6 +57,6 @@ if __name__ == '__main__':
print map.GetFolderListing(dict())
if options.ls_msg is not None:
- print map.GetMessagesListing(options.ls_msg, dict())
+ print map.GetMessageListing(options.ls_msg, dict())
mainloop.run()