1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-19 20:17:59 +01:00

Refactor download listeners a bit.

This commit is contained in:
Kris Maglione
2012-03-02 18:23:54 -05:00
parent bf8c86c7f4
commit 5c3330c7b4
3 changed files with 27 additions and 27 deletions

View File

@@ -757,8 +757,7 @@ var CommandLine = Module("commandline", {
}
if ((flags & this.ACTIVE_WINDOW) &&
window != services.windowWatcher.activeWindow &&
services.windowWatcher.activeWindow.dactyl)
window != overlay.activeWindow)
return;
if ((flags & this.DISALLOW_MULTILINE) && !this.widgets.mowContainer.collapsed)