[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/01: Fix matching run action before generic names. (bug #12306)
noreply at xfce.org
noreply at xfce.org
Fri Nov 13 11:33:24 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 2d52bdf31abad675eca1911f7a6f9cb7d90fc496
Author: Graeme Gott <graeme at gottcode.org>
Date: Thu Nov 12 13:19:45 2015 -0500
Fix matching run action before generic names. (bug #12306)
---
panel-plugin/run-action.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/run-action.cpp b/panel-plugin/run-action.cpp
index e64d219..dafa471 100644
--- a/panel-plugin/run-action.cpp
+++ b/panel-plugin/run-action.cpp
@@ -80,7 +80,7 @@ guint RunAction::search(const Query& query)
g_free(display_name);
// Sort after matches in names and before matches in executables
- return 0x801;
+ return 0xFFF;
}
//-----------------------------------------------------------------------------
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list