Revision: 22400
http://sourceforge.net/p/bibdesk/svn/22400
Author: hofman
Date: 2018-07-10 16:27:27 +0000 (Tue, 10 Jul 2018)
Log Message:
-----------
code layout
Modified Paths:
--------------
trunk/bibdesk/NSImage_BDSKExtensions.m
Modified: trunk/bibdesk/NSImage_BDSKExtensions.m
===================================================================
--- trunk/bibdesk/NSImage_BDSKExtensions.m 2018-07-10 14:56:13 UTC (rev
22399)
+++ trunk/bibdesk/NSImage_BDSKExtensions.m 2018-07-10 16:27:27 UTC (rev
22400)
@@ -360,6 +360,14 @@
return image;
}
++ (NSImage *)redPaperclipImage;
+{
+ static NSImage *image = nil;
+ if(image == nil)
+ image = createPaperclipImageWithColor([NSColor redColor], NO);
+ return image;
+}
+
+ (NSImage *)redAnnotatedPaperclipImage;
{
static NSImage *image = nil;
@@ -378,14 +386,6 @@
return image;
}
-+ (NSImage *)redPaperclipImage;
-{
- static NSImage *image = nil;
- if(image == nil)
- image = createPaperclipImageWithColor([NSColor redColor], NO);
- return image;
-}
-
- (NSImage *)dragImageWithCount:(NSInteger)count;
{
return [self dragImageWithCount:count inside:NO size:NSMakeSize(32.0,
32.0)];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit