GNOME Bugzilla – Bug 733211
[PATCHes] Add --version command-line option.
Last modified: 2014-07-17 13:42:07 UTC
Created attachment 280731 [details] [review] Remove white spaces. It should be great to handle the standard --version command-line option. Here are two patches, the first is just some spaces-cleaning.
Created attachment 280732 [details] [review] Add --version command-line option.
Review of attachment 280732 [details] [review]: All the changes look fine ::: src/gnome-mahjongg.vala @@ +35,3 @@ + }; + + private const GLib.ActionEntry[] action_entries = This should be moved in a separate patch @@ +63,3 @@ + add_action_entries (action_entries, this); + add_accelerator ("Pause", "app.pause", null); These should be moved in a separate patch
Created attachment 280996 [details] [review] Move calls from Mahjong() to startup().
Created attachment 280997 [details] [review] Cosmetic move of code.
Created attachment 280998 [details] [review] Add --version command-line option.
Sure Attachment 280731 [details] pushed as ba9e534 - Remove white spaces. Attachment 280997 [details] pushed as b967649 - Cosmetic move of code. Attachment 280998 [details] pushed as 19ddf25 - Add --version command-line option.