Skip to content

Commit

Permalink
'dev'->'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
peetonn committed Nov 18, 2015
2 parents 105ec35 + 0443edc commit d1abcf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NdnCon copy-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.2</string>
<string>0.7.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>32</string>
<string>33</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.video</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 3 additions & 1 deletion ndncon/NCStreamsWindowController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,9 @@ -(void)setNoPublishingViewVisible:(BOOL)isVisible
}
else
{
[self.localStreamViewer.stackView removeView:self.noPublishingView];
// check if it's there
if ([self.localStreamViewer.stackView.views containsObject:self.noPublishingView])
[self.localStreamViewer.stackView removeView:self.noPublishingView];
}
}

Expand Down

0 comments on commit d1abcf7

Please sign in to comment.