GNOME Bugzilla – Bug 695212
Add Help item in app menu
Last modified: 2016-03-31 13:22:07 UTC
'Help' in the app menu should link to 'help:gnome-boxes'.
Created attachment 238134 [details] [review] app: Add 'Help' menu item This menu item takes you straight to Boxes help pages.
Review of attachment 238134 [details] [review]: Looks good to me, just a coding style question. ::: src/app.vala @@ +122,3 @@ + action.activate.connect (() => { + try { + Gtk.show_uri (window.get_screen(), Not sure of the coding style you are using, but there is no space before opening bracket here, but there is on line 126 below.
Review of attachment 238134 [details] [review]: ::: src/app.vala @@ +122,3 @@ + action.activate.connect (() => { + try { + Gtk.show_uri (window.get_screen(), Thanks for pointing out. I copy&pasted from documents and adapted. Guess I forgot this part. :)
Attachment 238134 [details] pushed as 98d3cab - app: Add 'Help' menu item