<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -284,7 +284,7 @@ void Install(IType type, Progress *progress, string name, string version, string
 	}
 	else if (type == UPDATE)
 	{
-		destination == app-&gt;path;
+		destination = app-&gt;path;
 	}
 	else
 	{
@@ -435,7 +435,7 @@ bool HandleAllJobs(vector&lt;ti::InstallJob*&gt; jobs, Progress* p)
 	wsprintfW(buf,L&quot;Preparing to download %d file%s&quot;, count, (count &gt; 1 ? L&quot;s&quot; : L&quot;&quot;));
 	p-&gt;SetLineText(2,std::wstring(buf),true);
 	p-&gt;Update(0, count);
-
+	
 	// Initialize the Interent DLL
 	HINTERNET hINet = InternetOpenW(
 		L&quot;Mozilla/5.0 (compatible; Titanium_Downloader/0.1; Win32)&quot;,
@@ -444,7 +444,7 @@ bool HandleAllJobs(vector&lt;ti::InstallJob*&gt; jobs, Progress* p)
 
 	// For each URL, fetch the URL and then unzip it
 	DWORD x = 0;
-		
+	
 	for (int i = 0; i &lt; jobs.size(); i++)
 	{
 		p-&gt;Update(x++, count);</diff>
      <filename>installation/net_installer/win32/installer-project/main.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit 1c64614565797949df1d60024b986e500409afb1
+Subproject commit 5513ef3841df349796b7793caf29d56120ab6b2c</diff>
      <filename>kroll</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b17ec6df295c67657f3220e56c05610d7b623ee</id>
    </parent>
  </parents>
  <author>
    <name>Marshall Culpepper</name>
    <email>mculpepper@appcelerator.org</email>
  </author>
  <url>http://github.com/marshall/titanium/commit/1113af6a0f87fcc49ca72e2e9763dd8336c10696</url>
  <id>1113af6a0f87fcc49ca72e2e9763dd8336c10696</id>
  <committed-date>2009-06-13T19:57:38-07:00</committed-date>
  <authored-date>2009-06-13T19:57:38-07:00</authored-date>
  <message>only one &quot;=&quot; required for assignment. fixes app auto-update bug</message>
  <tree>848b3bc40e5de6f2c3ea1848ef7815fe12e61a73</tree>
  <committer>
    <name>Marshall Culpepper</name>
    <email>mculpepper@appcelerator.org</email>
  </committer>
</commit>
