Revision: 7826
http://skim-app.svn.sourceforge.net/skim-app/?rev=7826&view=rev
Author: hofman
Date: 2012-12-10 18:10:36 +0000 (Mon, 10 Dec 2012)
Log Message:
-----------
Declare tags as immutable array instead, that's also what we set it to
Modified Paths:
--------------
trunk/SKMainWindowController.h
trunk/SKMainWindowController.m
Modified: trunk/SKMainWindowController.h
===================================================================
--- trunk/SKMainWindowController.h 2012-12-10 18:03:58 UTC (rev 7825)
+++ trunk/SKMainWindowController.h 2012-12-10 18:10:36 UTC (rev 7826)
@@ -111,7 +111,7 @@
NSTimer *snapshotTimer;
CGFloat roundedSnapshotThumbnailSize;
- NSMutableArray *tags;
+ NSArray *tags;
double rating;
NSWindow *mainWindow;
Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m 2012-12-10 18:03:58 UTC (rev 7825)
+++ trunk/SKMainWindowController.m 2012-12-10 18:10:36 UTC (rev 7826)
@@ -232,7 +232,7 @@
groupedSearchResults = [[NSMutableArray alloc] init];
thumbnails = [[NSMutableArray alloc] init];
notes = [[NSMutableArray alloc] init];
- tags = [[NSMutableArray alloc] init];
+ tags = [[NSArray alloc] init];
rating = 0.0;
snapshots = [[NSMutableArray alloc] init];
dirtySnapshots = [[NSMutableArray alloc] init];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit