Diff between 298d237f9169d0936fada2308c67550acd89ec0b and 5babd423e5c3a960179a168c6ce46696d34bea9b
Changed Files
| File | Additions | Deletions | Status |
| obexd/client/map.c | +1 | -0 | modified |
Full Patch
diff --git a/obexd/client/map.c b/obexd/client/map.c
index 550c5af..23be2d6 100644
--- a/obexd/client/map.c
+++ b/obexd/client/map.c
@@ -1914,6 +1914,7 @@ static void map_handle_notification(struct map_event *event, void *user_data)
switch (event->type) {
case MAP_ET_NEW_MESSAGE:
map_handle_new_message(map, event);
+ map_handle_status_changed(map, event, "notification");
break;
case MAP_ET_DELIVERY_SUCCESS:
map_handle_status_changed(map, event, "delivery-success");