Changeset 623
- Timestamp:
- 01/19/08 14:00:17 (11 months ago)
- Files:
-
- trunk/src/chrome/chromeFiles/content/browser.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/chrome/chromeFiles/content/browser.js
r609 r623 310 310 if (item.win == unsafeWin) { 311 311 312 log("* Found corresponding commander. Is currentMenuCommander: " +313 (item.commander == this.currentMenuCommander));314 315 312 if (item.commander == this.currentMenuCommander) { 316 313 this.currentMenuCommander.detach(); … … 320 317 this.menuCommanders.splice(i, 1); 321 318 322 log("* Found and removed corresponding commander")323 319 break; 324 320 }
