diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-11 00:38:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-11 00:38:29 +0800 |
commit | eb1d4e360b436cf61214a24efae44b2a418058aa (patch) | |
tree | c5405d8acb3dba09c11482c472fdf1250d7b0f5d | |
parent | 76bfeb54e470cabb0dd24900bfc663981b3c3e32 (diff) | |
download | gsoc2013-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
-rw-r--r-- | shell/main.c | 2 |
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); } |