Updating branch refs/heads/master
         to 7e3fd7003c33ad55a0ef5ffe9a18041c6b55d10b (commit)
       from a8019e2b5a90bdc63ae4e2784baa9429e806a521 (commit)

commit 7e3fd7003c33ad55a0ef5ffe9a18041c6b55d10b
Author: Nick Schermer <n...@xfce.org>
Date:   Thu Nov 8 21:32:36 2012 +0100

    Fix typo in metadata code.

 thunar/thunar-file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-file.c b/thunar/thunar-file.c
index f82571b..7a40739 100644
--- a/thunar/thunar-file.c
+++ b/thunar/thunar-file.c
@@ -718,7 +718,7 @@ thunar_file_set_emblem_names_ready (GObject      
*source_object,
       g_warning ("Failed to set metadata: %s", error->message);
       g_error_free (error);
 
-      g_file_info_remove_attribute (file->info, "metadata:emblems");
+      g_file_info_remove_attribute (file->info, "metadata::emblems");
     }
 
   thunar_file_changed (file);
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to