[Xfce4-commits] [xfce/thunar] 01/01: Move computer:/// above Home in bookmark view (Bug #16472)
noreply at xfce.org
noreply at xfce.org
Mon Mar 2 19:00:53 CET 2020
This is an automated email from the git hooks/post-receive script.
a l e x 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 xfce/thunar.
commit 1c31f137080fecdecafbf974eba6bdf3b916d858
Author: Yousuf Philips <philipz85 at hotmail.com>
Date: Sun Mar 1 04:29:55 2020 +0400
Move computer:/// above Home in bookmark view (Bug #16472)
---
thunar/thunar-shortcuts-model.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/thunar/thunar-shortcuts-model.c b/thunar/thunar-shortcuts-model.c
index 0c9769f..ac48261 100644
--- a/thunar/thunar-shortcuts-model.c
+++ b/thunar/thunar-shortcuts-model.c
@@ -1077,6 +1077,7 @@ thunar_shortcuts_model_shortcut_places (ThunarShortcutsModel *model)
shortcut->group = THUNAR_SHORTCUT_GROUP_PLACES_DEFAULT;
shortcut->name = g_strdup (_("Computer"));
shortcut->file = file;
+ shortcut->sort_id = -1;
shortcut->gicon = g_themed_icon_new ("computer");
shortcut->hidden = thunar_shortcuts_model_get_hidden (model, shortcut);
thunar_shortcuts_model_add_shortcut (model, shortcut);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list