diff options
author | mk5004.lee <mk5004.lee@samsung.com> | 2020-04-01 16:53:54 +0900 |
---|---|---|
committer | mk5004.lee <mk5004.lee@samsung.com> | 2020-04-01 16:53:54 +0900 |
commit | 0876fcce1274dde8d9f29f2137f22fac2f8be503 (patch) | |
tree | 0f77ee2f713e715e16ea5f65f7132ea1b8ecd294 | |
parent | ad2d77c157b7a36220b60827f3f83128cf731477 (diff) | |
parent | d0278d75630946ba1e344a342eac594da440a07a (diff) | |
download | notification-0876fcce1274dde8d9f29f2137f22fac2f8be503.tar.gz notification-0876fcce1274dde8d9f29f2137f22fac2f8be503.tar.bz2 notification-0876fcce1274dde8d9f29f2137f22fac2f8be503.zip |
Merge branch 'tizen' into tizen_5.5submit/tizen_5.5/20200401.075435accepted/tizen/5.5/unified/20200402.163445
-rw-r--r-- | notification-ex/group_item.cc | 4 | ||||
-rw-r--r-- | packaging/notification.spec | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/notification-ex/group_item.cc b/notification-ex/group_item.cc index a222587..75a55c7 100644 --- a/notification-ex/group_item.cc +++ b/notification-ex/group_item.cc @@ -201,9 +201,7 @@ void GroupItem::RemoveChild(string itemId) { } void GroupItem::RemoveChildren() { - for (auto& i : impl_->children_list_) { - impl_->children_list_.remove(i); - } + impl_->children_list_.clear(); } list<shared_ptr<AbstractItem>> GroupItem::GetChildren() { diff --git a/packaging/notification.spec b/packaging/notification.spec index 97cbef6..a826c85 100644 --- a/packaging/notification.spec +++ b/packaging/notification.spec @@ -1,7 +1,7 @@ %bcond_with wayland Name: notification Summary: Notification library -Version: 0.5.62 +Version: 0.5.63 Release: 1 Group: Applications/Core Applications License: Apache-2.0 |