[Xfce4-commits] [xfce/thunar] 01/01: Fix drop location check for bookmarks (followup of bug #11586)
noreply at xfce.org
noreply at xfce.org
Wed Mar 11 23:11:43 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 dc7ec7139a9844784a103d7e013501348cef114e
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date: Tue Mar 10 23:56:40 2020 +0100
Fix drop location check for bookmarks
(followup of bug #11586)
---
thunar/thunar-shortcuts-model.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/thunar/thunar-shortcuts-model.c b/thunar/thunar-shortcuts-model.c
index ac48261..6a98e9a 100644
--- a/thunar/thunar-shortcuts-model.c
+++ b/thunar/thunar-shortcuts-model.c
@@ -1935,8 +1935,8 @@ thunar_shortcuts_model_drop_possible (ThunarShortcutsModel *model,
if (shortcut->group == THUNAR_SHORTCUT_GROUP_PLACES_BOOKMARKS)
return TRUE;
- /* we can drop at the end of the bookmarks (before network header) */
- if (shortcut->group == THUNAR_SHORTCUT_GROUP_NETWORK_HEADER)
+ /* we can drop at the end of the bookmarks (before devices header) */
+ if (shortcut->group == THUNAR_SHORTCUT_GROUP_DEVICES_HEADER)
return TRUE;
return FALSE;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list