Core/Source/GrowlApplicationController.m
changeset 4261 48b7c994f6c8
parent 4246 4f52d1d98978
child 4267 59b4e4f61882
     1.1 --- a/Core/Source/GrowlApplicationController.m	Tue Jul 07 11:42:50 2009 -0400
     1.2 +++ b/Core/Source/GrowlApplicationController.m	Sat Aug 01 20:50:32 2009 -0400
     1.3 @@ -95,7 +95,7 @@
     1.4  //static struct Version version = { 0U, 8U, 0U, releaseType_svn, 0U, };
     1.5  #warning Having to update this struct manually is ugly. Use the info.plist.
     1.6  #warning And once code is in to automagically update this from Info.plist, the documentation in GrowlVersionUtilities.h should also be updated.
     1.7 -static struct Version version = { 1U, 1U, 6U, releaseType_beta, 3U, };
     1.8 +static struct Version version = { 1U, 2U, 0U, releaseType_development, 1U, };
     1.9  //XXX - update these constants whenever the version changes
    1.10  
    1.11  static void checkVersion(CFRunLoopTimerRef timer, void *context) {
    1.12 @@ -539,7 +539,6 @@
    1.13  				[filename getCharacters:filenameBuf];
    1.14  				err = FSMakeFSRefUnicode(&folderRef, [filename length], filenameBuf, kTextEncodingUnknown, outRef);
    1.15  				if (err == noErr) {
    1.16 -					foundIt = YES;
    1.17  					break;
    1.18  				}
    1.19  			}