<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>versions/tombloo.0.4.4.xpi</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff></diff>
      <filename>tombloo.xpi</filename>
    </modified>
    <modified>
      <diff>@@ -2,21 +2,21 @@
 &lt;RDF:RDF xmlns:em=&quot;http://www.mozilla.org/2004/em-rdf#&quot;
          xmlns:NC=&quot;http://home.netscape.com/NC-rdf#&quot;
          xmlns:RDF=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
-  &lt;RDF:Seq RDF:about=&quot;rdf:#$RUvZZ1&quot;&gt;
-    &lt;RDF:li RDF:resource=&quot;rdf:#$SUvZZ1&quot;/&gt;
-  &lt;/RDF:Seq&gt;
-  &lt;RDF:Description RDF:about=&quot;urn:mozilla:extension:tombloo@brasil.to&quot;
-                   em:signature=&quot;MIGTMA0GCSqGSIb3DQEBDQUAA4GBAD+sLZpdV0q+DeeTVPNFYV+P3diDoKCFnyT4ocBiqL8bzqtRoNzjkSUaCLMoApp78ZGgD163k+50onKh0lKCfAj7FP+UP8kW7sePAwt41bHDKGzR/9yCT+FsX02iyktAXJogB1qw+qpWdECPYJgWsqYHn98iBzSuj2qVe6cy+igT&quot;&gt;
-    &lt;em:updates RDF:resource=&quot;rdf:#$RUvZZ1&quot;/&gt;
-  &lt;/RDF:Description&gt;
-  &lt;RDF:Description RDF:about=&quot;rdf:#$VUvZZ1&quot;
+  &lt;RDF:Description RDF:about=&quot;rdf:#$IVeq3&quot;
                    em:id=&quot;{ec8030f7-c20a-464f-9b0e-13a3a9e97384}&quot;
                    em:minVersion=&quot;3.0&quot;
                    em:maxVersion=&quot;3.5.*&quot;
                    em:updateLink=&quot;http://github.com/to/tombloo/raw/release/tombloo.xpi&quot;
-                   em:updateHash=&quot;sha512:40619a3f4e1c7dafa340c65014822c97417ecd05503457ee971589a34e3e70b9b31e094e754b21b4ed7163e8c847c37da0f4ed3df09e69cd58023d3883d065d9&quot; /&gt;
-  &lt;RDF:Description RDF:about=&quot;rdf:#$SUvZZ1&quot;
-                   em:version=&quot;0.4.3&quot;&gt;
-    &lt;em:targetApplication RDF:resource=&quot;rdf:#$VUvZZ1&quot;/&gt;
+                   em:updateHash=&quot;sha512:8436497f367b94b1b6e74e134a103a84bb10c818a17575f982cc344979cd5ad2bdc148086b988d7f83103524206cbf1edb8a45388a1939529a85145439f53289&quot; /&gt;
+  &lt;RDF:Seq RDF:about=&quot;rdf:#$EVeq3&quot;&gt;
+    &lt;RDF:li RDF:resource=&quot;rdf:#$FVeq3&quot;/&gt;
+  &lt;/RDF:Seq&gt;
+  &lt;RDF:Description RDF:about=&quot;urn:mozilla:extension:tombloo@brasil.to&quot;
+                   em:signature=&quot;MIGTMA0GCSqGSIb3DQEBDQUAA4GBAIFZp3BXwH3+P3cGCB8gptbY2aBWPgFbmGRmmWD3HtAem32ZkearBxTV96Mh6n7c+jsgFk3otw/BnEAF75pscUpyfhSPLVkp3iVvHyQNLXmIb+oownKau+OaAFZNQzd68ITejBQW9tgwdXrGONuJZyjKN+t2I2rVfk2o5BANHOZn&quot;&gt;
+    &lt;em:updates RDF:resource=&quot;rdf:#$EVeq3&quot;/&gt;
+  &lt;/RDF:Description&gt;
+  &lt;RDF:Description RDF:about=&quot;rdf:#$FVeq3&quot;
+                   em:version=&quot;0.4.4&quot;&gt;
+    &lt;em:targetApplication RDF:resource=&quot;rdf:#$IVeq3&quot;/&gt;
   &lt;/RDF:Description&gt;
 &lt;/RDF:RDF&gt;</diff>
      <filename>update.rdf</filename>
    </modified>
    <modified>
      <diff>@@ -1084,12 +1084,13 @@ models.register({
 			},
 		}).addCallback(function(res){
 			var doc = convertToHTMLDocument(res.responseText);
-			if(!doc.getElementById('saveitem'))
+			var elmForm = doc.getElementById('saveitem');
+			if(!elmForm)
 				throw new Error(getMessage('error.notLoggedin'));
 			
-			return request('http://delicious.com'+$x('id(&quot;saveitem&quot;)/@action', doc), {
+			return request('http://delicious.com' + $x('id(&quot;saveitem&quot;)/@action', doc), {
 				redirectionLimit : 0,
-				sendContent : update(formContents(doc), {
+				sendContent : update(formContents(elmForm), {
 					description : ps.item,
 					jump        : 'no',
 					notes       : joinText([ps.body, ps.description], ' ', true),</diff>
      <filename>xpi/chrome/content/library/20_model.js</filename>
    </modified>
    <modified>
      <diff>@@ -6,7 +6,7 @@
 		&lt;em:id&gt;tombloo@brasil.to&lt;/em:id&gt;
 		&lt;em:type&gt;2&lt;/em:type&gt;
 		&lt;em:name&gt;Tombloo&lt;/em:name&gt;
-		&lt;em:version&gt;0.4.3&lt;/em:version&gt;
+		&lt;em:version&gt;0.4.4&lt;/em:version&gt;
 		&lt;em:creator&gt;to&lt;/em:creator&gt;
 		&lt;em:description&gt;&lt;/em:description&gt;
 		&lt;em:optionsURL&gt;chrome://tombloo/content/prefs.xul&lt;/em:optionsURL&gt;</diff>
      <filename>xpi/install.rdf</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1fdef611297cf4562b46fc74208c25dba9c04964</id>
    </parent>
  </parents>
  <author>
    <name>to</name>
    <email>ryutaro.kamitsu@gmail.com</email>
  </author>
  <url>http://github.com/to/tombloo/commit/a10405ceac60992678e8a5e6d6c27424459a500b</url>
  <id>a10405ceac60992678e8a5e6d6c27424459a500b</id>
  <committed-date>2009-08-04T01:54:21-07:00</committed-date>
  <authored-date>2009-08-04T01:54:21-07:00</authored-date>
  <message> * Tombloo 0.4.4(Delicious&#22793;&#26356;&#23550;&#24540;/ucnv&#12497;&#12483;&#12481;)</message>
  <tree>b8fef2c5b69afcabad24ab9bbf0906039bd4c73d</tree>
  <committer>
    <name>to</name>
    <email>ryutaro.kamitsu@gmail.com</email>
  </committer>
</commit>
