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 2b237e55f6405100dd280f8ae055a433158f2cfc
Author: Graeme Gott <gra...@gottcode.org>
Date:   Sat Feb 8 06:55:15 2020 -0500

    Fix unstable search results.
---
 panel-plugin/applications-page.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/panel-plugin/applications-page.cpp 
b/panel-plugin/applications-page.cpp
index d9f8a63..08b3dc2 100644
--- a/panel-plugin/applications-page.cpp
+++ b/panel-plugin/applications-page.cpp
@@ -122,6 +122,7 @@ std::vector<Launcher*> ApplicationsPage::find_all() const
        {
                launchers.push_back(i.second);
        }
+       std::sort(launchers.begin(), launchers.end(), &Element::less_than);
        return launchers;
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to