From e77919dfff8b7e026cb259572589b46d4a3a6e25 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 28 Sep 2001 21:53:33 +0000 Subject: [Fix #8053, `GNOME_Evolution_Shortcuts' doesn't seem to work.] * e-shell.c (e_shell_construct): Don't create the EShortcuts object a second time. svn path=/trunk/; revision=13236 --- shell/ChangeLog | 7 +++++++ shell/e-shell.c | 10 ---------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 9ff726afad..0a4dc9876b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2001-09-28 Ettore Perazzoli + + [Fix #8053, `GNOME_Evolution_Shortcuts' doesn't seem to work.] + + * e-shell.c (e_shell_construct): Don't create the EShortcuts + object a second time. + 2001-09-28 Ettore Perazzoli [Fix #8434, Shortcut bar not shown properly.] diff --git a/shell/e-shell.c b/shell/e-shell.c index cb04e01249..562893a4a3 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1026,16 +1026,6 @@ e_shell_construct (EShell *shell, exit (0); } - shortcut_path = g_concat_dir_and_file (local_directory, "shortcuts.xml"); - priv->shortcuts = e_shortcuts_new (priv->storage_set, - priv->folder_type_registry, - shortcut_path); - g_assert (priv->shortcuts != NULL); - - if (e_shortcuts_get_num_groups (priv->shortcuts) == 0) - e_shortcuts_add_default_group (priv->shortcuts); - - g_free (shortcut_path); priv->is_initialized = TRUE; -- cgit v1.2.3