aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-20 07:37:52 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-20 07:37:52 +0800
commit9c063747b40e17c45f3a6f524c6cfe9d6838c508 (patch)
treebe18ed6260bcde125191964c4ab53d85d06917ff
parentd56dbcd9247a965250888c0486464f976e668057 (diff)
downloadgsoc2013-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
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-shell-view.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 34172b2c60..4d4331fe9f 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-19 Christopher James Lahey <clahey@helixcode.com>
+
+ * e-shell-view.c: Fixed a warning.
+
2000-08-18 Larry Ewing <lewing@helixcode.com>
* e-shell-folder-title-bar.c (style_set_cb): update the pixmap
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;
}