Skip to content

Commit

Permalink
Added TargetPageId to the navigation item in order to make the GitFlo…
Browse files Browse the repository at this point in the history
…w page stick to the dropdown menu on the home screen #29
  • Loading branch information
jakobehn committed Jan 19, 2016
1 parent 0253eb0 commit f1329a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitFlow.VS.Extension/GitFlowNavigationItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace GitFlowVS.Extension
{
[TeamExplorerNavigationItem("59168500-14BC-4EE9-BB1F-7B2B970A4AF6",1500)]
[TeamExplorerNavigationItem("59168500-14BC-4EE9-BB1F-7B2B970A4AF6",1500, TargetPageId = "1F9974CD-16C3-4AEF-AED2-0CE37988E2F1")]
public class GitFlowNavigationItem : TeamExplorerBaseNavigationItem
{
private readonly ITeamExplorer teamExplorer;
Expand Down

0 comments on commit f1329a2

Please sign in to comment.