diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-09 13:56:21 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-09 13:56:21 +0800 |
commit | 21b756aa3c3541834383013d8bd1e972f758ad1c (patch) | |
tree | 8ebb08f9a978bae152a029e0830fba8c7e5790e1 /shell | |
parent | e201c2da23db94de33dc0caa32380facda942616 (diff) | |
download | gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar.gz gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar.bz2 gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar.lz gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar.xz gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.tar.zst gsoc2013-evolution-21b756aa3c3541834383013d8bd1e972f758ad1c.zip |
Fixed a warning.
2000-08-09 Christopher James Lahey <clahey@helixcode.com>
* e-shell-view.c: Fixed a warning.
svn path=/trunk/; revision=4639
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-view.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ccb32b41a6..505a5d8950 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-08-09 Christopher James Lahey <clahey@helixcode.com> + + * e-shell-view.c: Fixed a warning. + 2000-08-09 Ettore Perazzoli <ettore@helixcode.com> * e-shell-view-menu.c (menu_create_file_new): Create a placeholder diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index ddf31747af..c1c03be756 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -1181,7 +1181,6 @@ e_shell_view_load_settings (EShellView *shell_view, EShellViewPrivate *priv; int val; char *stringval; - char *path; g_return_val_if_fail (shell_view != NULL, FALSE); g_return_val_if_fail (E_IS_SHELL_VIEW (shell_view), FALSE); |