On Sat, 2014-10-11 at 17:52 -0600, Bart wrote: > However, it seems, I empathize seems, to take longer for Evolution to > close if I use File->Quit than if I just click the little X in the > upper right corner of the window. > > My question is: Is there a difference in the code between the two > processes, or is it just me? >
It's practically identical. Here's the code for the [X] button: https://git.gnome.org/browse/evolution/tree/shell/e-shell.c#n142 Here's the code for File->Quit: https://git.gnome.org/browse/evolution/tree/shell/e-shell-window-actions.c#n454 Both paths call e_shell_quit(), which initiates the shutdown process. Matthew Barnes _______________________________________________ evolution-list mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list
