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

alex pushed a 
commit to branch 
master
in repository xfce/thunar.

commit bc59edee16b48f6674cd4092ecf0ea14b78092ac
Author: Theo Linkspfeifer <lastonestand...@tutanota.com>
Date:   Sun Mar 8 13:16:41 2020 +0100

    Restore previous order of subitems in shortcuts view (Bug #11586)
    
    Co-authored-by: Alexander Schwinn <alexxc...@xfce.org>
---
 thunar/thunar-shortcuts-model.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/thunar/thunar-shortcuts-model.h b/thunar/thunar-shortcuts-model.h
index 6f3c231..71363a7 100644
--- a/thunar/thunar-shortcuts-model.h
+++ b/thunar/thunar-shortcuts-model.h
@@ -78,18 +78,18 @@ enum _ThunarShortcutGroup
   THUNAR_SHORTCUT_GROUP_PLACES_HEADER      = (1 << 0),  /* places header */
   THUNAR_SHORTCUT_GROUP_PLACES_COMPUTER    = (1 << 1),  /* computer */
   THUNAR_SHORTCUT_GROUP_PLACES_DEFAULT     = (1 << 2),  /* home and desktop */
-  THUNAR_SHORTCUT_GROUP_PLACES_BOOKMARKS   = (1 << 3),  /* gtk-bookmarks */
-  THUNAR_SHORTCUT_GROUP_PLACES_TRASH       = (1 << 4),  /* trash */
+  THUNAR_SHORTCUT_GROUP_PLACES_TRASH       = (1 << 3),  /* trash */
+  THUNAR_SHORTCUT_GROUP_PLACES_BOOKMARKS   = (1 << 4),  /* gtk-bookmarks */
 
   /* THUNAR_SHORTCUT_GROUP_DEVICES */
   THUNAR_SHORTCUT_GROUP_DEVICES_HEADER     = (1 << 5),  /* devices header */
-  THUNAR_SHORTCUT_GROUP_DEVICES_VOLUMES    = (1 << 6),  /* local ThunarDevices 
*/
-  THUNAR_SHORTCUT_GROUP_DEVICES_MOUNTS     = (1 << 7),  /* local mounts, like 
cameras and archives */
-  THUNAR_SHORTCUT_GROUP_DEVICES_FILESYSTEM = (1 << 8),  /* local filesystem */
+  THUNAR_SHORTCUT_GROUP_DEVICES_FILESYSTEM = (1 << 6),  /* local filesystem */
+  THUNAR_SHORTCUT_GROUP_DEVICES_VOLUMES    = (1 << 7),  /* local ThunarDevices 
*/
+  THUNAR_SHORTCUT_GROUP_DEVICES_MOUNTS     = (1 << 8),  /* local mounts, like 
cameras and archives */
 
   /* THUNAR_SHORTCUT_GROUP_NETWORK */
   THUNAR_SHORTCUT_GROUP_NETWORK_HEADER     = (1 << 9),  /* network header */
-  THUNAR_SHORTCUT_GROUP_NETWORK_DEFAULT    = (1 << 10),  /* browse network */
+  THUNAR_SHORTCUT_GROUP_NETWORK_DEFAULT    = (1 << 10), /* browse network */
   THUNAR_SHORTCUT_GROUP_NETWORK_MOUNTS     = (1 << 11), /* remote 
ThunarDevices */
 };
 

-- 
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