<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -418,8 +418,8 @@ var codetch = {
 		var str = FileIO.read(newfile, 'UTF-8');
 	}catch (ex){
 		alert(localize('OpenFileFail'));
-		debugLog(newfile.path+'-----\n'+ex);
-		removeRecentFile(newfile.path);
+		debugLog(ex);
+		//removeRecentFile(newfile.path);
 		return false;
 	}
 		if(newfile){</diff>
      <filename>content/codetch/codetch.js</filename>
    </modified>
    <modified>
      <diff>@@ -29,11 +29,11 @@ function fileBrowse(mode, defaultDir)
 		fp.defaultString = doc.leafName;
 	}
 	var res=fp.show();
-	if (res==nsIFilePicker.returnOK || nsIFilePicker.returnReplace ){
-		var thefile=fp.file;
-		return thefile;
-	}else{
-		return false;
+	if (res===nsIFilePicker.returnCancel){
+          return false;
+        }else{
+          var thefile=fp.file;
+          return thefile;
 	}
 }
 </diff>
      <filename>content/codetch/scripts/utilities.js</filename>
    </modified>
    <modified>
      <diff>@@ -55,7 +55,7 @@
 			&lt;Description&gt;
 				&lt;em:id&gt;{ec8030f7-c20a-464f-9b0e-13a3a9e97384}&lt;/em:id&gt;
 				&lt;em:minVersion&gt;1.0&lt;/em:minVersion&gt;
-				&lt;em:maxVersion&gt;3.1b3&lt;/em:maxVersion&gt;
+				&lt;em:maxVersion&gt;3.6a1pre&lt;/em:maxVersion&gt;
 			&lt;/Description&gt;
 		&lt;/em:targetApplication&gt;
 		</diff>
      <filename>install.rdf</filename>
    </modified>
    <modified>
      <diff>@@ -185,6 +185,7 @@ toolbarbutton colorpicker[type=&quot;button&quot;] popup{
 }
 toolbarbutton[disabled=true] image{
 	-moz-opacity: 0.3;
+	opacity: 0.3;
 }
 
 tabbox, tabpanels{</diff>
      <filename>skin/classic/codetch.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>76255e1dc54cfa333963d8007cadae6fa32d77d5</id>
    </parent>
  </parents>
  <author>
    <name>Zachary Carter</name>
    <email>zack.carter@gmail.com</email>
  </author>
  <url>http://github.com/zaach/codetch-ext/commit/b23bf698639d9a8e32e57afe4654cbd0f98384a9</url>
  <id>b23bf698639d9a8e32e57afe4654cbd0f98384a9</id>
  <committed-date>2009-06-10T20:09:46-07:00</committed-date>
  <authored-date>2009-06-10T20:09:46-07:00</authored-date>
  <message>More fixes</message>
  <tree>d9e779fa32a3d3da90319af031b3f70affc1d358</tree>
  <committer>
    <name>Zachary Carter</name>
    <email>zack.carter@gmail.com</email>
  </committer>
</commit>
