diff --git a/ChangeLog b/ChangeLog index fe4f459..bc8a5d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-06-13 Riccardo Mottola + + * Framework/PCProjectEditor.m + Re-enable wrongly uncommented statement. + 2015-06-12 Riccardo Mottola * Modules/Editors/ProjectCenter/PCEditor.m diff --git a/Framework/PCProjectEditor.m b/Framework/PCProjectEditor.m index 3d7442b..b184dfa 100644 --- a/Framework/PCProjectEditor.m +++ b/Framework/PCProjectEditor.m @@ -1,7 +1,7 @@ /* GNUstep ProjectCenter - http://www.gnustep.org/experience/ProjectCenter.html - Copyright (C) 2002-2010 Free Software Foundation + Copyright (C) 2002-2015 Free Software Foundation Authors: Philippe C.D. Robert Serg Stoyan @@ -226,8 +226,8 @@ [editor setCategoryPath:categoryPath]; [self orderFrontEditorForFile:filePath]; -/* pathLastObject = [pathArray lastObject]; - NSLog(@"pathArray: c: %i %@", [pathArray count], pathArray); + pathLastObject = [pathArray lastObject]; +/* NSLog(@"pathArray: c: %i %@", [pathArray count], pathArray); NSLog(@"pathArray: lastObject %@", [pathArray lastObject]); NSLog(@"lastObject[1]: %@", [pathLastObject substringWithRange:NSMakeRange(0,1)]);*/