Revision: 24053
          http://sourceforge.net/p/bibdesk/svn/24053
Author:   hofman
Date:     2019-07-18 21:37:54 +0000 (Thu, 18 Jul 2019)
Log Message:
-----------
rename ivars to match property names

Modified Paths:
--------------
    trunk/bibdesk/BDSKSearchGroupSheetController.h
    trunk/bibdesk/BDSKSearchGroupSheetController.m

Modified: trunk/bibdesk/BDSKSearchGroupSheetController.h
===================================================================
--- trunk/bibdesk/BDSKSearchGroupSheetController.h      2019-07-18 21:29:01 UTC 
(rev 24052)
+++ trunk/bibdesk/BDSKSearchGroupSheetController.h      2019-07-18 21:37:54 UTC 
(rev 24053)
@@ -46,8 +46,8 @@
     BDSKMutableServerInfo *serverInfo;
     BDSKServerInfo *originalServerInfo;
     
-    BOOL isCustom;
-    BOOL isEditable;
+    BOOL custom;
+    BOOL editable;
     
     NSPopUpButton *serverPopup;
     NSMatrix *typeMatrix;

Modified: trunk/bibdesk/BDSKSearchGroupSheetController.m
===================================================================
--- trunk/bibdesk/BDSKSearchGroupSheetController.m      2019-07-18 21:29:01 UTC 
(rev 24052)
+++ trunk/bibdesk/BDSKSearchGroupSheetController.m      2019-07-18 21:37:54 UTC 
(rev 24053)
@@ -77,8 +77,8 @@
         serverInfo = [aServerInfo mutableCopy] ?: [[BDSKServerInfo 
defaultServerInfoWithType:BDSKSearchGroupEntrez] mutableCopy];
         originalServerInfo = [aServerInfo retain];
         
-        isCustom = NO;
-        isEditable = NO;
+        custom = NO;
+        editable = NO;
     }
     return self;
 }

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