<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -372,9 +372,9 @@ void BDocumentSubscriptionProc(FNMessage message, OptionBits flags, void *refcon
 		NSFileManager *fileManager = [NSFileManager defaultManager];
 		
 		if ([fileManager fileExistsAtPath:[[self fileURL] path]]) {
-			if ([self respondsToSelector:@selector(_resetMoveAndRenameSensing)]) {
-				[self performSelector:@selector(_resetMoveAndRenameSensing)];
-			}
+			//if ([self respondsToSelector:@selector(_resetMoveAndRenameSensing)]) {
+			//	[self performSelector:@selector(_resetMoveAndRenameSensing)];
+			//}
 			
 			NSDate *actualFileModificationDate = [[fileManager fileAttributesAtPath:[[self fileURL] path] traverseLink:YES] fileModificationDate];
 			
@@ -434,6 +434,7 @@ void BDocumentSubscriptionProc(FNMessage message, OptionBits flags, void *refcon
 
 @end
 
+
 @implementation NSDocument (BDocumentMethodReplacements)
 
 + (void)load {</diff>
      <filename>BDocument.m</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,10 @@
 //  Copyright 2008 Hog Bay Software. All rights reserved.
 //
 
+
+#import &lt;Blocks/Blocks.h&gt;
+
+
 enum {
     BDiffDelete = 1,
     BDiffInsert = 2,</diff>
      <filename>DiffMatchPatch.h</filename>
    </modified>
    <modified>
      <diff>@@ -26,19 +26,8 @@
 	&lt;/extension&gt;
 	
 	&lt;extension point=&quot;com.blocks.BUserInterface.menus&quot; processOrder=&quot;2&quot;&gt;		
-		&lt;menu id=&quot;com.blocks.BUserInterface.menus.main&quot;&gt;
-			&lt;menuitem title=&quot;%Sync&quot; id=&quot;syncedDocumentsService&quot; submenu=&quot;com.blocks.BUserInterface.menus.main.syncedDocumentsService&quot; location=&quot;after:window&quot; /&gt;
-		&lt;/menu&gt;
-		
 		&lt;menu id=&quot;com.blocks.BUserInterface.menus.main.file&quot;&gt;
 			&lt;menuitem title=&quot;%Show Unsaved Changes...&quot; id=&quot;showUnsavedChanges&quot; location=&quot;group:closeGroup&quot; action=&quot;showUnsavedChanges:&quot; /&gt;
 		&lt;/menu&gt;
-		
-		&lt;menu id=&quot;com.blocks.BUserInterface.menus.main.syncedDocumentsService&quot;&gt;
-			&lt;menuitem title=&quot;%Sync&quot; id=&quot;beginSync&quot; action=&quot;beginSync:&quot; target=&quot;SyncedDocumentsControllerDelegate sharedInstance&quot; keyEquivalent=&quot;s&quot; keyEquivalentModifierMask=&quot;NSControlKeyMask|NSCommandKeyMask&quot; /&gt;
-			&lt;menuitem title=&quot;%Show Synced Folder&quot; id=&quot;openSyncedDocumentsFolder&quot; action=&quot;openSyncedDocumentsFolder:&quot; target=&quot;SyncedDocumentsControllerDelegate sharedInstance&quot; /&gt;
-			&lt;menuitem title=&quot;%Show Synced Website&quot; id=&quot;openSyncedDocumentsWebsite&quot; action=&quot;openSyncedDocumentsWebsite:&quot; target=&quot;SyncedDocumentsControllerDelegate sharedInstance&quot; /&gt;
-			&lt;menuitem title=&quot;%Sign In...&quot; id=&quot;toggleSyncedDocumentsAuthentication&quot; action=&quot;toggleSyncedDocumentsAuthentication:&quot; target=&quot;SyncedDocumentsControllerDelegate sharedInstance&quot; /&gt;
-		&lt;/menu&gt;
 	&lt;/extension&gt;	
 &lt;/plugin&gt;
\ No newline at end of file</diff>
      <filename>Plugin.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>70d36295dedbfd8dd062198b05e6ecef6cd1c207</id>
    </parent>
  </parents>
  <author>
    <name>Jesse Grosjean</name>
    <email>jesse@hogbaysoftware.com</email>
  </author>
  <url>http://github.com/jessegrosjean/bdocuments/commit/ceaeb4d6ab144806e8764caef261ac0c7c6b028d</url>
  <id>ceaeb4d6ab144806e8764caef261ac0c7c6b028d</id>
  <committed-date>2009-10-29T13:37:52-07:00</committed-date>
  <authored-date>2009-10-29T13:37:52-07:00</authored-date>
  <message>removed sync</message>
  <tree>3c7294ba2b542608df6ba4a53a58c5a3689493dc</tree>
  <committer>
    <name>Jesse Grosjean</name>
    <email>jesse@hogbaysoftware.com</email>
  </committer>
</commit>
