Skip to content

Commit

Permalink
Only show PageWhereProfiles if needed. Fixes Tobbe#20.
Browse files Browse the repository at this point in the history
Note: Currently, PageWhereProfiles is only needed when SectionCore
is selected. However, because of issue Tobbe#12, the approprate section
may change, and this should be updated accordingly.
  • Loading branch information
Darrin C Roenfanz committed Dec 1, 2011
1 parent 918c6be commit 8f5b8b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PageWhereProfiles.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
Page custom ioWhereProfiles

Function ioWhereProfiles
${IfNot} ${SectionIsSelected} ${SecCore}
Abort
${EndIf}

Push $R0
Push $R1

Expand Down

0 comments on commit 8f5b8b8

Please sign in to comment.