Skip to content

Commit

Permalink
Force entries to scan when their source get invalidated
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennou committed Apr 14, 2015
1 parent 42fc5a0 commit 269fbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quicksilver/Code-QuickStepCore/QSLibrarian.m
Expand Up @@ -270,7 +270,7 @@ - (void)reloadSource:(NSNotification *)notif {
[scanTask startTask:self];

for (id loopItem in entries) {
[loopItem scanForced:NO];
[loopItem scanForced:YES];
}
[scanTask stopTask:self];
}
Expand Down

0 comments on commit 269fbc7

Please sign in to comment.