[Xfce4-commits] [xfce/xfdesktop] 01/01: Fix regression caused by Bug #16342

noreply at xfce.org noreply at xfce.org
Tue Mar 24 00:35:44 CET 2020


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

a   n   d   r   e       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/xfdesktop.

commit 3f54fd52169c52e952461ae89c499a30b87f370c
Author: Andre Miranda <andreldm at 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.


More information about the Xfce4-commits mailing list