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

andre pushed a 
commit to branch 
master
in repository xfce/xfdesktop.

commit 3f54fd52169c52e952461ae89c499a30b87f370c
Author: Andre Miranda <andre...@xfce.org>
Date:   Mon Mar 23 20:33:56 2020 -0300

    Fix regression caused by Bug #16342
---
 src/xfdesktop-file-icon-manager.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/xfdesktop-file-icon-manager.c 
b/src/xfdesktop-file-icon-manager.c
index d9e5430..cbf0ec5 100644
--- a/src/xfdesktop-file-icon-manager.c
+++ b/src/xfdesktop-file-icon-manager.c
@@ -2692,7 +2692,6 @@ xfdesktop_file_icon_manager_file_changed(GFileMonitor     
*monitor,
     switch(event) {
 #if GLIB_CHECK_VERSION(2, 46, 0)
         case G_FILE_MONITOR_EVENT_RENAMED:
-        case G_FILE_MONITOR_EVENT_MOVED_IN:
         case G_FILE_MONITOR_EVENT_MOVED_OUT:
 #else
         case G_FILE_MONITOR_EVENT_MOVED:
@@ -2781,6 +2780,9 @@ xfdesktop_file_icon_manager_file_changed(GFileMonitor     
*monitor,
                 }
             }
             break;
+#if GLIB_CHECK_VERSION(2, 46, 0)
+        case G_FILE_MONITOR_EVENT_MOVED_IN:
+#endif
         case G_FILE_MONITOR_EVENT_CREATED:
             XF_DEBUG("got created event");
 

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