[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 52/473: Start search immediately. Closes #8.
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 23:53:42 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 f9d6ce1e847187a8d49c16584519cf832f30e121
Author: Graeme Gott <graeme at gottcode.org>
Date: Mon Jul 1 18:07:08 2013 -0400
Start search immediately. Closes #8.
---
src/menu.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/menu.cpp b/src/menu.cpp
index ba1e3f3..2680d98 100644
--- a/src/menu.cpp
+++ b/src/menu.cpp
@@ -667,7 +667,7 @@ void Menu::search()
}
// Apply filter
- m_search_results->set_filter((visible && (g_utf8_strlen(filter_string, -1) > 2)) ? filter_string : NULL);
+ m_search_results->set_filter(visible ? filter_string : NULL);
g_free(filter_string);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list