Revision: 3182 http://skim-app.svn.sourceforge.net/skim-app/?rev=3182&view=rev Author: hofman Date: 2007-11-09 06:52:41 -0800 (Fri, 09 Nov 2007)
Log Message: ----------- Don't return void. Modified Paths: -------------- trunk/SKBookmarkController.m Modified: trunk/SKBookmarkController.m =================================================================== --- trunk/SKBookmarkController.m 2007-11-08 21:32:40 UTC (rev 3181) +++ trunk/SKBookmarkController.m 2007-11-09 14:52:41 UTC (rev 3182) @@ -191,7 +191,7 @@ - (void)setBookmarks:(NSArray *)newBookmarks { [[[self undoManager] prepareWithInvocationTarget:self] setBookmarks:[[bookmarks copy] autorelease]]; - return [bookmarks setArray:newBookmarks]; + [bookmarks setArray:newBookmarks]; } - (unsigned)countOfBookmarks { 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: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit