Revision: 27412
          http://sourceforge.net/p/bibdesk/svn/27412
Author:   hofman
Date:     2022-05-13 16:38:18 +0000 (Fri, 13 May 2022)
Log Message:
-----------
fix method name

Modified Paths:
--------------
    trunk/bibdesk/BDSKEditor.m

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2022-05-13 16:29:30 UTC (rev 27411)
+++ trunk/bibdesk/BDSKEditor.m  2022-05-13 16:38:18 UTC (rev 27412)
@@ -331,7 +331,7 @@
     [super dealloc];
 }
 
-- (void)beginditing {
+- (void)beginEditing {
     if (editorFlags.isEditing == NO) {
         [[self document] objectDidBeginEditing:(id)self];
         editorFlags.isEditing = YES;
@@ -2134,7 +2134,7 @@
 }
 
 - (void)controlTextDidBeginEditing:(NSNotification *)note {
-    [self beginditing];
+    [self beginEditing];
 }
 
 // send by the formatter when validation failed
@@ -2357,7 +2357,7 @@
     
     // save off the old value in case abortEditing gets called
     [self setPreviousValueForCurrentEditedNotesView:[currentEditedView 
string]];
-    [self beginditing];
+    [self beginEditing];
 }
 
 // Clear all the undo actions when changing tab items, just in case; otherwise 
we

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to