[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 111/473: Clear search results when releasing menu items.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:54:41 CET 2015


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 3453311365d4390179fc9c408c903da35bcaab0d
Author: Graeme Gott <graeme at gottcode.org>
Date:   Mon Jul 15 06:17:56 2013 -0400

    Clear search results when releasing menu items.
---
 src/search_page.cpp |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/search_page.cpp b/src/search_page.cpp
index 078a21d..1f03a06 100644
--- a/src/search_page.cpp
+++ b/src/search_page.cpp
@@ -164,6 +164,8 @@ void SearchPage::set_menu_items(GtkTreeModel* model)
 void SearchPage::unset_menu_items()
 {
 	m_launchers.clear();
+	m_results.clear();
+	m_current_results = NULL;
 	unset_search_model();
 	unset_model();
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list