[Xfce4-commits] <thunar:master> Fix typo in metadata code.
Nick Schermer
noreply at xfce.org
Thu Nov 8 21:34:01 CET 2012
Updating branch refs/heads/master
to 7e3fd7003c33ad55a0ef5ffe9a18041c6b55d10b (commit)
from a8019e2b5a90bdc63ae4e2784baa9429e806a521 (commit)
commit 7e3fd7003c33ad55a0ef5ffe9a18041c6b55d10b
Author: Nick Schermer <nick at 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);
More information about the Xfce4-commits
mailing list