mirror of
https://github.com/wnagrodzki/iNapi.git
synced 2025-04-05 11:51:57 +02:00
Bug fix: movieFilter is not created every time application:openFIles: is called
This commit is contained in:
parent
5968766c17
commit
905c30074c
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@
|
||||||
[self.window makeKeyAndOrderFront:self];
|
[self.window makeKeyAndOrderFront:self];
|
||||||
}
|
}
|
||||||
|
|
||||||
self.movieFilter = [[INPMovieFilter alloc] init];
|
|
||||||
NSArray * array = [self.movieFilter moviePathsAmongFilePaths:filenames];
|
NSArray * array = [self.movieFilter moviePathsAmongFilePaths:filenames];
|
||||||
|
|
||||||
for (NSString * path in array) {
|
for (NSString * path in array) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue