Skip to content

Issue #228 : Add --quit command line argument

Akbar Hashmi requested to merge akbarhashmi/gnome-calendar:master into master

Overview: Clicking the close button in gnome-calendar doesn't always close all the instances of the application. The window is closed, but an instance of gnome-calendar is still running as a gapplication-service, which was probably run by gnome-shell search provider.

The two changes made were as follows:

  1. added the argument "quit" to GOptionEntry
  2. added the definition of "quit" to gcal_application_command_line
Edited by Akbar Hashmi

Merge request reports