diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-20 07:37:52 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-20 07:37:52 +0800 |
commit | 9c063747b40e17c45f3a6f524c6cfe9d6838c508 (patch) | |
tree | be18ed6260bcde125191964c4ab53d85d06917ff /shell/e-shell-view.c | |
parent | d56dbcd9247a965250888c0486464f976e668057 (diff) | |
download | gsoc2013-evolution-9c063747b40e17c45f3a6f524c6cfe9d6838c508.tar gsoc2013-evolution-9c063747b40e17c45f3a6f524c6cfe9d6838c508.tar.gz gsoc2013-evolution-9c063747b40e17c45f3a6f524c6cfe9d6838c508.tar.bz2 gsoc2013-evolution-9c063747b40e17c45f3a6f524c6cfe9d6838c508.tar.lz gsoc2013-evolution-9c063747b40e17c45f3a6f524c6cfe9d6838c508.tar.xz gsoc2013-evolution-9c063747b40e17c45f3a6f524c6cfe9d6838c508.tar.zst gsoc2013-evolution-9c063747b40e17c45f3a6f524c6cfe9d6838c508.zip |
Fixed a warning.
2000-08-19 Christopher James Lahey <clahey@helixcode.com>
* e-shell-view.c: Fixed a warning.
svn path=/trunk/; revision=4883
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 36e69f51bb..c7bc911aad 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -537,6 +537,8 @@ delete_event (GtkWidget *widget, shell = e_shell_view_get_shell (shell_view); e_shell_quit (shell); + /* FIXME: Is this right, or should it be FALSE? */ + return TRUE; } |