[Xfce4-commits] [xfce/xfdesktop] 01/01: Fix has_mime_type implementation (Bug #15295)

noreply at xfce.org noreply at xfce.org
Thu Apr 18 04:12:44 CEST 2019


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 90631671ff1ff92ac6035d0dd3b7c9c6f3bdc88f
Author: Andre Miranda <andreldm at xfce.org>
Date:   Wed Apr 17 23:12:10 2019 -0300

    Fix has_mime_type implementation (Bug #15295)
---
 src/xfdesktop-file-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xfdesktop-file-utils.c b/src/xfdesktop-file-utils.c
index 44f687b..544dbda 100644
--- a/src/xfdesktop-file-utils.c
+++ b/src/xfdesktop-file-utils.c
@@ -1701,7 +1701,7 @@ xfdesktop_thunarx_file_info_has_mime_type(ThunarxFileInfo *file_info,
         return FALSE;
 
     content_type = g_file_info_get_content_type(info);
-    return g_content_type_is_a(mime_type, content_type);
+    return g_content_type_is_a(content_type, mime_type);
 }
 
 gboolean

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list