GNOME Bugzilla – Bug 769454
genesis: Update the new-project action to use the new view
Last modified: 2016-08-03 01:11:38 UTC
I noticed the "New Project" menu item wasn't working; this should fix it.
Created attachment 332601 [details] [review] genesis: Update the new-project action to use the new view The New Project view used to be handled by an IdeGenesisPerspective, but is now handled by GbpCreateProjectGenesisAddin. The application's new-project action (which can be accessed via the menu in the GNOME Shell top bar) stopped working when the switch was made. This commit fixes the issue by adding an interface to the IdeGreeterPerspective to show a genesis view, and calling it from ide-application-actions.c.
Review of attachment 332601 [details] [review]: sorta weird due to the plugin nature of things. Looks fine to me though.
Yeah I wondered if there's a way not to hard-code the name of the add-in but I couldn't think of one.
Pushed as commit 7746c8cd5b3290ae4d39a0aa27100254b715c990