Fixed wrong value on browser selection on cancled custom browser selection

This commit is contained in:
Michael Starke
2014-08-17 13:33:46 +02:00
parent b56c1ee020
commit f762f86938
2 changed files with 16 additions and 10 deletions

View File

@@ -13,6 +13,6 @@
@property (weak) IBOutlet NSPopUpButton *browserPopup;
- (IBAction)showCustomBrowserSelection:(id)sender;
- (IBAction)_showCustomBrowserSelection:(id)sender;
@end