diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-18 03:44:17 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-18 03:44:17 +0800 |
commit | d5ea07e5bebd33b4189115284bc48b71f0eb57b2 (patch) | |
tree | 9924e56fe9480ea98873e1141de158a47e442b72 /shell/e-shell.c | |
parent | 7473860c9fc3aa301cbb51da28928e63e74117b1 (diff) | |
download | gsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.tar.gz gsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.tar.zst gsoc2013-evolution-d5ea07e5bebd33b4189115284bc48b71f0eb57b2.zip |
Compile fixes
svn path=/trunk/; revision=12172
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 704147ecac..357236ba7f 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -979,7 +979,6 @@ e_shell_construct (EShell *shell, e_shortcuts_add_default_group (priv->shortcuts); g_free (shortcut_path); - return E_SHELL_CONSTRUCT_RESULT_OK; } |