[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 67/473: Always show search results.
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 23:53:57 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 c2f37b116935231e84750aecb0eb7fa15d9d2e27
Author: Graeme Gott <graeme at gottcode.org>
Date: Fri Jul 5 08:18:00 2013 -0400
Always show search results.
---
src/search_page.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/search_page.cpp b/src/search_page.cpp
index 58f646d..9a7788d 100644
--- a/src/search_page.cpp
+++ b/src/search_page.cpp
@@ -67,7 +67,7 @@ void SearchPage::set_filter(const gchar* filter)
// Apply filter
GtkTreeModel* filter_model = gtk_tree_model_sort_get_model(m_sort_model);
- get_view()->unset_model();
+ get_view()->set_model(filter_model);
unset_search_model();
refilter();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list