[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 04/05: Adjust order of default favorites.
noreply at xfce.org
noreply at xfce.org
Tue Jan 7 17:52:04 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 cd40817cc1781f775fc26ce0163d60068fa5f926
Author: Graeme Gott <graeme at gottcode.org>
Date: Tue Jan 7 08:40:13 2020 -0500
Adjust order of default favorites.
---
panel-plugin/settings.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/panel-plugin/settings.cpp b/panel-plugin/settings.cpp
index 6480a11..3941f11 100644
--- a/panel-plugin/settings.cpp
+++ b/panel-plugin/settings.cpp
@@ -120,10 +120,10 @@ Settings::Settings() :
menu_height(500),
menu_opacity(100)
{
- favorites.push_back("exo-terminal-emulator.desktop");
- favorites.push_back("exo-file-manager.desktop");
- favorites.push_back("exo-mail-reader.desktop");
favorites.push_back("exo-web-browser.desktop");
+ favorites.push_back("exo-mail-reader.desktop");
+ favorites.push_back("exo-file-manager.desktop");
+ favorites.push_back("exo-terminal-emulator.desktop");
command[CommandSettings] = new Command("preferences-desktop",
_("All _Settings"),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list