From 8947377f31b17bc503af178ff2ca8eb54c4034ee Mon Sep 17 00:00:00 2001 From: Bartosz Szatkowski Date: Thu, 15 Dec 2011 13:58:02 +0100 Subject: map: Fix D-Bus call after method rename --- test/map-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.1