[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/01: Fix unstable search results.

noreply at xfce.org noreply at xfce.org
Sat Feb 8 13:51:49 CET 2020


This is an automated email from the git hooks/post-receive script.

g   o   t   t   c   o   d   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 2b237e55f6405100dd280f8ae055a433158f2cfc
Author: Graeme Gott <graeme at 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.


More information about the Xfce4-commits mailing list