aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-config-upgrade.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-04-05 04:27:03 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-04-05 04:27:03 +0800
commite523bfb30046638ef6414ac5940d537ed0de8d6c (patch)
tree3cbc75908549a312637dbb056792e663d2726965 /shell/e-config-upgrade.c
parent03c22238641a72e40cc853627ce9ad685b358373 (diff)
downloadgsoc2013-evolution-e523bfb30046638ef6414ac5940d537ed0de8d6c.tar
gsoc2013-evolution-e523bfb30046638ef6414ac5940d537ed0de8d6c.tar.gz
gsoc2013-evolution-e523bfb30046638ef6414ac5940d537ed0de8d6c.tar.bz2
gsoc2013-evolution-e523bfb30046638ef6414ac5940d537ed0de8d6c.tar.lz
gsoc2013-evolution-e523bfb30046638ef6414ac5940d537ed0de8d6c.tar.xz
gsoc2013-evolution-e523bfb30046638ef6414ac5940d537ed0de8d6c.tar.zst
gsoc2013-evolution-e523bfb30046638ef6414ac5940d537ed0de8d6c.zip
Remove the icon_modes schema.
* apps_evolution_shell.schemas: Remove the icon_modes schema. * e-shell-view.c (setup_defaults): Don't set the icon modes from GConf, they are already stored in the shortcuts.xml file. (e_shell_view_save_defaults): Likewise, don't set it here. * e-config-upgrade.c: Remove translation from ShortcutBarGroup%iIconMode to shell/view_defaults/shortcut_bar/icon_types. svn path=/trunk/; revision=20673
Diffstat (limited to 'shell/e-config-upgrade.c')
-rw-r--r--shell/e-config-upgrade.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-config-upgrade.c b/shell/e-config-upgrade.c
index a3f8e32573..ffa9b6ffe1 100644
--- a/shell/e-config-upgrade.c
+++ b/shell/e-config-upgrade.c
@@ -1122,7 +1122,6 @@ static struct _gconf_map shell_views_map[] = {
{ "HPanedPosition", "shell/view_defaults/shortcut_bar/width", BMAP_INT },
{ "ViewPanedPosition", "shell/view_defaults/folder_bar/width", BMAP_INT },
{ "DisplayedURI", "shell/view_defaults/folder_path", BMAP_STRING },
- { "ShortcutBarGroup%iIconMode", "shell/view_defaults/shortcut_bar/icon_types", BMAP_INT|BMAP_LIST },
{ 0 },
};