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 <[email protected]>
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.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to