Show
Ignore:
Timestamp:
04/17/08 09:54:57 (9 months ago)
Author:
markd
Message:

Not sure why these are changed, but might as well check them in

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • org.cfeclipse.cfml/trunk/src/org/cfeclipse/cfml/editors/actions/BrowseToProjectRootAction.java

    r598 r648  
    103103        } 
    104104 
    105         public void selectionChanged(IAction action, ISelection selection){;} 
     105        public void selectionChanged(IAction action, ISelection selection){ 
     106                if(editor != null){ 
     107                        setActiveEditor(null,  editor.getSite().getPage().getActiveEditor()); 
     108                } 
     109        } 
    106110 
    107111        public void dispose() {