diff --git a/README.md b/README.md index afb40c4..9ae12bf 100644 --- a/README.md +++ b/README.md @@ -292,8 +292,7 @@ Additional information TODO (wish list) ---------------- -* 3rdpatry modules support (C++, Python and Shell modules in the plan) -* graphical bars support +See [milestones](https://github.com/arcan1s/awesome-widgets/milestones) for more details. Links ----- diff --git a/sources/desktop-panel/desktop-panel.cpp b/sources/desktop-panel/desktop-panel.cpp index 3998a14..52540e8 100644 --- a/sources/desktop-panel/desktop-panel.cpp +++ b/sources/desktop-panel/desktop-panel.cpp @@ -187,7 +187,6 @@ void DesktopPanel::reinit() for (int i=0; iremoveItem(proxyWidgets[i]); delete proxyWidgets[i]; - delete labels[i]; } labels.clear(); proxyWidgets.clear();