Revision: 3555
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3555&view=rev
Author:   hofman
Date:     2008-03-25 13:03:54 -0700 (Tue, 25 Mar 2008)

Log Message:
-----------
implement init.

Modified Paths:
--------------
    trunk/SKBookmark.m

Modified: trunk/SKBookmark.m
===================================================================
--- trunk/SKBookmark.m  2008-03-25 19:51:27 UTC (rev 3554)
+++ trunk/SKBookmark.m  2008-03-25 20:03:54 UTC (rev 3555)
@@ -89,6 +89,10 @@
     return SKBookmarkClass == self ? defaultPlaceholderBookmark : 
NSAllocateObject(self, 0, aZone);
 }
 
+- (id)init {
+    return self != defaultPlaceholderBookmark ? [super init] : nil;
+}
+
 - (id)initWithAlias:(BDAlias *)anAlias pageIndex:(unsigned)aPageIndex 
label:(NSString *)aLabel {
     if (self != defaultPlaceholderBookmark)
         [self release];


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to