OSDN Git Service

obexd: Fix emitting Type property changed signals for messages
authorChristian Fetzer <christian.fetzer@bmw-carit.de>
Tue, 24 Sep 2013 11:27:08 +0000 (13:27 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 2 Oct 2013 12:27:22 +0000 (15:27 +0300)
commit4d96b9beed17138a798ce89b92514888594cdc10
tree6df062018839db2276f64c44bf618a9b2da18af6
parent15954a450ec67b257f745ce2885d7639fff504e3
obexd: Fix emitting Type property changed signals for messages

In order to determine if the message Type property has changed,
the stored type needs to be compared with the parsed type and not with
the raw value received from the MSE.

This fixes the issue that the property changed signal for the Type
property is emitted for every message on every ListMessage call.
obexd/client/map.c