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

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

commit 2083be5c8550cfc2152d3f2c418dc40783885b72
Author: Yousuf Philips <philip...@hotmail.com>
Date:   Sun Mar 29 23:07:26 2020 +0400

    hide android phone from network group (bug #11584)
---
 thunar/thunar-device-monitor.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-device-monitor.c b/thunar/thunar-device-monitor.c
index a825e1c..1e76fd8 100644
--- a/thunar/thunar-device-monitor.c
+++ b/thunar/thunar-device-monitor.c
@@ -576,8 +576,9 @@ thunar_device_monitor_mount_added (GVolumeMonitor      
*volume_monitor,
       if (G_UNLIKELY (location == NULL))
         return;
 
-      /* skip ghoto locations, since those also have a volume */
-      if (g_file_has_uri_scheme (location, "gphoto2"))
+      /* skip gphoto and mtp locations, since those also have a volume */
+      if (g_file_has_uri_scheme (location, "gphoto2")
+          || g_file_has_uri_scheme (location, "mtp"))
         {
           g_object_unref (location);
           return;

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