- Timestamp:
- 03/10/10 18:10:20 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Wsp/modules/scenariWsp/views/searchView/SearchViewController.jsm
r15071 r15092 126 126 ActionOpenSearchView.prototype.execute = function(pEvent, pContext){ 127 127 var vView = this.fController.fSearchView; 128 if(!vView) return;129 128 this.fController.initSearchView(pContext.scWsp, pContext.fullUri); 130 129 vView.fSlot.selectedView = vView; 130 pEvent.stopPropagation(); 131 131 }
Note: See TracChangeset
for help on using the changeset viewer.