Ignore:
Timestamp:
03/10/10 18:10:20 (2 years ago)
Author:
sys
Message:

ActionOpenSearchView : stopPropagation event

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Wsp/modules/scenariWsp/views/searchView/SearchViewController.jsm

    r15071 r15092  
    126126ActionOpenSearchView.prototype.execute = function(pEvent, pContext){ 
    127127        var vView = this.fController.fSearchView; 
    128         if(!vView) return; 
    129128        this.fController.initSearchView(pContext.scWsp, pContext.fullUri); 
    130129        vView.fSlot.selectedView = vView; 
     130        pEvent.stopPropagation(); 
    131131} 
Note: See TracChangeset for help on using the changeset viewer.