aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-11 00:38:29 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-11 00:38:29 +0800
commiteb1d4e360b436cf61214a24efae44b2a418058aa (patch)
treec5405d8acb3dba09c11482c472fdf1250d7b0f5d /shell/main.c
parent76bfeb54e470cabb0dd24900bfc663981b3c3e32 (diff)
downloadgsoc2013-evolution-eb1d4e360b436cf61214a24efae44b2a418058aa.tar
gsoc2013-evolution-eb1d4e360b436cf61214a24efae44b2a418058aa.tar.gz
gsoc2013-evolution-eb1d4e360b436cf61214a24efae44b2a418058aa.tar.bz2
gsoc2013-evolution-eb1d4e360b436cf61214a24efae44b2a418058aa.tar.lz
gsoc2013-evolution-eb1d4e360b436cf61214a24efae44b2a418058aa.tar.xz
gsoc2013-evolution-eb1d4e360b436cf61214a24efae44b2a418058aa.tar.zst
gsoc2013-evolution-eb1d4e360b436cf61214a24efae44b2a418058aa.zip
Add FIXME comment.
svn path=/trunk/; revision=4039
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index f40361cda0..68fc6b0c7b 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -150,6 +150,8 @@ view_delete_event_cb (GtkWidget *widget,
shell = E_SHELL (data);
gtk_widget_destroy (widget);
+
+ /* FIXME we should keep track of the number of views and exit when all the views are gone. */
e_shell_quit (shell);
}