2011-12-15 12:58:02

by Bartosz Szatkowski

[permalink] [raw]
Subject: [PATCH obexd] map: Fix dbus call after method rename

---
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



2011-12-15 13:30:42

by Bartosz Szatkowski

[permalink] [raw]
Subject: Re: [PATCH obexd] map: Fix dbus call after method rename

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

2011-12-15 13:23:31

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH obexd] map: Fix dbus call after method rename

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