[Xfce4-commits] [xfce/thunar] 01/01: Restore previous order of subitems in shortcuts view (Bug #11586)
noreply at xfce.org
noreply at xfce.org
Mon Mar 9 00:03:58 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 bc59edee16b48f6674cd4092ecf0ea14b78092ac
Author: Theo Linkspfeifer <lastonestanding at 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 <alexxcons at 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.
More information about the Xfce4-commits
mailing list