revert latest revision
This commit is contained in:
parent
5088b011e4
commit
deac1c02f7
|
@ -539,11 +539,6 @@ public final class APanel extends CPanel
|
||||||
m_onlyCurrentRows = false; // Query might involve history
|
m_onlyCurrentRows = false; // Query might involve history
|
||||||
gTab.setQuery(query);
|
gTab.setQuery(query);
|
||||||
}
|
}
|
||||||
//Added Lines by Armen (Goodwill)
|
|
||||||
else {
|
|
||||||
return false; //Cancel Opening Window
|
|
||||||
}
|
|
||||||
//End of Added Lines
|
|
||||||
if (wb == 0)
|
if (wb == 0)
|
||||||
m_curTab = gTab;
|
m_curTab = gTab;
|
||||||
} // query on first tab
|
} // query on first tab
|
||||||
|
|
Loading…
Reference in New Issue