Refactoring Query Dispatch

half lines of code :)
This commit is contained in:
bao-qian
2015-11-01 17:25:44 +00:00
parent f3038e4fef
commit bb3b982dea
9 changed files with 66 additions and 134 deletions

View File

@@ -501,7 +501,7 @@ namespace Wox
private void Query(Query q)
{
PluginManager.Query(q);
PluginManager.QueryForAllPlugins(q);
StopProgress();
}