---
test/map-client | 2 +-
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()
--
1.7.4.1
On Thu, Dec 15, 2011 at 2:23 PM, Johan Hedberg <[email protected]> wrote:
> Hi, Bartosz,
>
> On Thu, Dec 15, 2011, Bartosz Szatkowski wrote:
>> ---
>> test/map-client | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> Applied. Btw, when not referring to a symbol in the code or something
> similar, please spell D-Bus as D-Bus (I fixed it this time).
>
> Johan
OK, thanks!
--
Pozdrowienia - Cheers,
Bartosz Szatkowski
Hi, Bartosz,
On Thu, Dec 15, 2011, Bartosz Szatkowski wrote:
> ---
> test/map-client | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied. Btw, when not referring to a symbol in the code or something
similar, please spell D-Bus as D-Bus (I fixed it this time).
Johan