GNOME Bugzilla – Bug 746731
Let GtkApplication load the app menu automatically
Last modified: 2015-03-26 08:35:43 UTC
GtkApplication automatically loads the app-menu from gtk/menus.ui relative to the application's resource base path. By default, our resource base path will be /org/gnome/Photos, not /org/gnome/photos. So we need to adjust that too.
Created attachment 300259 [details] [review] Let GtkApplication load the app menu automatically
Review of attachment 300259 [details] [review]: Looks good and works fine for me.