Minor code cleanup

This commit is contained in:
Michael Gratton 2019-04-12 20:42:05 +10:00 committed by Michael James Gratton
parent 8096555f63
commit 49cd00fdc8

View file

@ -84,8 +84,8 @@ public class GearyApplication : Gtk.Application {
{ACTION_ABOUT, on_activate_about},
{ACTION_ACCOUNTS, on_activate_accounts},
{ACTION_COMPOSE, on_activate_compose},
{ACTION_INSPECT, on_activate_inspect},
{ACTION_HELP, on_activate_help},
{ACTION_INSPECT, on_activate_inspect},
{ACTION_MAILTO, on_activate_mailto, "s"},
{ACTION_PREFERENCES, on_activate_preferences},
{ACTION_QUIT, on_activate_quit},