summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk5004.lee <mk5004.lee@samsung.com>2020-04-01 16:53:54 +0900
committermk5004.lee <mk5004.lee@samsung.com>2020-04-01 16:53:54 +0900
commit0876fcce1274dde8d9f29f2137f22fac2f8be503 (patch)
tree0f77ee2f713e715e16ea5f65f7132ea1b8ecd294
parentad2d77c157b7a36220b60827f3f83128cf731477 (diff)
parentd0278d75630946ba1e344a342eac594da440a07a (diff)
downloadnotification-0876fcce1274dde8d9f29f2137f22fac2f8be503.tar.gz
notification-0876fcce1274dde8d9f29f2137f22fac2f8be503.tar.bz2
notification-0876fcce1274dde8d9f29f2137f22fac2f8be503.zip
-rw-r--r--notification-ex/group_item.cc4
-rw-r--r--packaging/notification.spec2
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