Activating Locator when already in the locator window didn't work.

For example when you typed Ctrl+l and find that you don't want to use
the goto line filter after all.
This commit is contained in:
con
2009-06-22 10:53:21 +02:00
parent 2f7b3e1257
commit 3a851daf2c
2 changed files with 4 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ bool QuickOpenPlugin::initialize(const QStringList &, QString *)
void QuickOpenPlugin::openQuickOpen()
{
m_quickOpenToolWindow->setFocus();
m_quickOpenToolWindow->show("");
}
void QuickOpenPlugin::extensionsInitialized()