Minor code cleanup
This commit is contained in:
parent
8096555f63
commit
49cd00fdc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue