[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 02/10: Fix limited input length for search actions. (bug #12381)
noreply at xfce.org
noreply at xfce.org
Sat Aug 20 18:36:24 CEST 2016
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to annotated tag v1.5.2
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit ce57a2f2270b1e6347954b15ba101a5049c09c90
Author: Graeme Gott <graeme at gottcode.org>
Date: Sun Dec 27 09:22:55 2015 -0500
Fix limited input length for search actions. (bug #12381)
---
panel-plugin/query.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/query.h b/panel-plugin/query.h
index 8d03e06..3e06316 100644
--- a/panel-plugin/query.h
+++ b/panel-plugin/query.h
@@ -38,12 +38,12 @@ public:
int match(const std::string& haystack) const;
- std::string query() const
+ const std::string& query() const
{
return m_query;
}
- std::string raw_query() const
+ const std::string& raw_query() const
{
return m_raw_query;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list