Show
Ignore:
Timestamp:
12/14/08 11:39:09 (3 years ago)
Author:
Whitney Sorenson <ws@…>
Branch:
default
Tags:
tip
Message:

two quick fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • com.goldenhammers.merclipse/src/com/goldenhammers/merclipse/history/MercurialHistoryPage.java

    r3 r4  
    153153                 
    154154                        public void open(OpenEvent event) { 
     155                                if (getCurrentResource().getType() == IResource.PROJECT) { 
     156                                        return; 
     157                                } 
    155158                                openAction.run(); 
    156159                        }