<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -492,7 +492,7 @@
 				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
 				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
 				GCC_WARN_SIGN_COMPARE = YES;
-				PRODUCT_VERSION = 1.5;
+				PRODUCT_VERSION = 1.5.1;
 				WARNING_CFLAGS = &quot;-Wall&quot;;
 			};
 			name = Debug;
@@ -505,7 +505,7 @@
 				GCC_TREAT_WARNINGS_AS_ERRORS = YES;
 				GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
 				GCC_WARN_SIGN_COMPARE = YES;
-				PRODUCT_VERSION = 1.5;
+				PRODUCT_VERSION = 1.5.1;
 				WARNING_CFLAGS = &quot;-Wall&quot;;
 			};
 			name = Release;</diff>
      <filename>ClickToFlash.xcodeproj/project.pbxproj</filename>
    </modified>
    <modified>
      <diff>@@ -26,6 +26,7 @@
 	&lt;string&gt;CTFClickToFlashPlugin&lt;/string&gt;
 	&lt;key&gt;SUFeedURL&lt;/key&gt;
 	&lt;string&gt;http://rentzsch.github.com/clicktoflash/release_notes/appcast.xml&lt;/string&gt;
+    &lt;!--&lt;string&gt;http://rentzsch.github.com/clicktoflash/release_notes/appcast_distantfuture.xml&lt;/string&gt;--&gt;
 	&lt;key&gt;WebPluginDescription&lt;/key&gt;
 	&lt;string&gt;Shockwave Flash 10.0 r22&lt;/string&gt;
 	&lt;key&gt;WebPluginMIMETypes&lt;/key&gt;</diff>
      <filename>Plugin/Info-Plugin.plist</filename>
    </modified>
    <modified>
      <diff>@@ -112,8 +112,12 @@ static NSString *sAutomaticallyCheckForUpdates = @&quot;checkForUpdatesOnFirstLoad&quot;;
 	SUUpdater *updater = [self _updater];
 	if (_canUpdate) {
 		if ([[CTFUserDefaultsController standardUserDefaults] boolForKey:sAutomaticallyCheckForUpdates]) {
-			[updater checkForUpdatesInBackground];
 			[updater setAutomaticallyChecksForUpdates:YES];
+            static BOOL calledUpdaterApplicationDidFinishLaunching = NO;
+            if (!calledUpdaterApplicationDidFinishLaunching) {
+                calledUpdaterApplicationDidFinishLaunching = YES;
+                [updater applicationDidFinishLaunching:nil];
+            }
 		} else {
 			[updater setAutomaticallyChecksForUpdates:NO];
 		}</diff>
      <filename>Plugin/SparkleManager.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f2e0796f86466cc3f4432ad81a2403e0f21e8bf6</id>
    </parent>
  </parents>
  <author>
    <name>rentzsch</name>
    <email>jwr.git@redshed.net</email>
  </author>
  <url>http://github.com/rentzsch/clicktoflash/commit/330c89e5706f64f5b0073be17112d5bb864ff8bf</url>
  <id>330c89e5706f64f5b0073be17112d5bb864ff8bf</id>
  <committed-date>2009-09-13T14:09:42-07:00</committed-date>
  <authored-date>2009-09-13T14:09:42-07:00</authored-date>
  <message>[FIX] Was trying to update via Sparkle on every Flash load. Bump to 1.5.1</message>
  <tree>25eecafe0b246b0a911efb887cb554a0f4126b42</tree>
  <committer>
    <name>rentzsch</name>
    <email>jwr.git@redshed.net</email>
  </committer>
</commit>
