[gnome-panel] [panel] Do not add (deprecated) Encoding key when creating desktop files
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-panel] [panel] Do not add (deprecated) Encoding key when creating desktop files
- Date: Tue, 12 Jan 2010 22:02:11 +0000 (UTC)
commit f24dbdbfb1ebb20a883089fb3282690a89abdc73
Author: Vincent Untz <vuntz gnome org>
Date: Tue Jan 12 23:00:55 2010 +0100
[panel] Do not add (deprecated) Encoding key when creating desktop files
gnome-panel/libpanel-util/panel-keyfile.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gnome-panel/libpanel-util/panel-keyfile.c b/gnome-panel/libpanel-util/panel-keyfile.c
index a7903bb..28ec585 100644
--- a/gnome-panel/libpanel-util/panel-keyfile.c
+++ b/gnome-panel/libpanel-util/panel-keyfile.c
@@ -42,7 +42,6 @@ panel_key_file_new_desktop (void)
retval = g_key_file_new ();
//FIXME? g_key_file_set_string (retval, G_KEY_FILE_DESKTOP_GROUP, "Name", _("No Name"));
- g_key_file_set_string (retval, G_KEY_FILE_DESKTOP_GROUP, "Encoding", "UTF-8");
g_key_file_set_string (retval, G_KEY_FILE_DESKTOP_GROUP, "Version", "1.0");
return retval;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]