[Xfce4-commits] <thunar-vfs:master> Don't write the deprecated encoding key to desktop files.
Nick Schermer
noreply at xfce.org
Sun Aug 22 13:16:01 CEST 2010
Updating branch refs/heads/master
to 6db6f6cf9e7e332bef2da7cf49bfc30c598ebff5 (commit)
from 85210c9dab26eb1f4995170d46c1baad21bfa37a (commit)
commit 6db6f6cf9e7e332bef2da7cf49bfc30c598ebff5
Author: Nick Schermer <nick at xfce.org>
Date: Sun Aug 22 13:14:16 2010 +0200
Don't write the deprecated encoding key to desktop files.
thunar-vfs/thunar-vfs-mime-database.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/thunar-vfs/thunar-vfs-mime-database.c b/thunar-vfs/thunar-vfs-mime-database.c
index 86a9c58..0e7d3e9 100644
--- a/thunar-vfs/thunar-vfs-mime-database.c
+++ b/thunar-vfs/thunar-vfs-mime-database.c
@@ -1658,7 +1658,6 @@ thunar_vfs_mime_database_add_application (ThunarVfsMimeDatabase *database,
{
/* write the content and close the file */
fprintf (fp, "[Desktop Entry]\n");
- fprintf (fp, "Encoding=UTF-8\n");
fprintf (fp, "Type=Application\n");
fprintf (fp, "NoDisplay=true\n");
fprintf (fp, "Name=%s\n", name);
More information about the Xfce4-commits
mailing list