Add FIXME comment.

svn path=/trunk/; revision=4039
This commit is contained in:
Ettore Perazzoli
2000-07-10 16:38:29 +00:00
parent 76bfeb54e4
commit eb1d4e360b

View File

@ -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);
}