Commit 13b25f22 authored by David Fuhrmann's avatar David Fuhrmann

macosx: addons manager: fix crash when window is repeatedly opened

parent a270b32b
......@@ -107,6 +107,7 @@ static VLCAddonManager *_o_sharedInstance = nil;
[_version setStringValue:@""];
[_description setString:@""];
[_window setTitle:_NS("Addons Manager")];
[_window setReleasedWhenClosed:NO];
[[[_addonsTable tableColumnWithIdentifier:@"installed"] headerCell] setStringValue:_NS("Installed")];
[[[_addonsTable tableColumnWithIdentifier:@"name"] headerCell] setStringValue:_NS("Name")];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment