Skip to content

fractal-gtk: Don't call quit on window delete event

Daniel Garcia Moreno requested to merge danigm/fractal:fix-shutdown into master

The quit method of AppOp was called twice because it was called on the window delete event closure and also in the app shutdown. This patch removes the call in the window delete event so we only left one call.

Fix https://gitlab.gnome.org/GNOME/fractal/issues/506

Merge request reports