mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* EOAccess/EOModel.m
-_deleteTrashAtPath: .cvs -> .CVS git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30930 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1dc20fe252
commit
9f0349fdaf
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-07-06 David Wetzel <dave@turbocat.de>
|
||||
* EOAccess/EOModel.m
|
||||
-_deleteTrashAtPath:
|
||||
.cvs -> .CVS
|
||||
|
||||
2010-07-05 David Wetzel <dave@turbocat.de>
|
||||
* EOAccess/EOModel.m
|
||||
add - _deleteTrashAtPath:
|
||||
|
|
|
@ -580,7 +580,7 @@ NSString *EOEntityLoadedNotification = @"EOEntityLoadedNotification";
|
|||
NSDirectoryEnumerator * dirEnumer = [manager enumeratorAtPath:path];
|
||||
|
||||
NSArray * knownTrashPaths = [NSArray arrayWithObjects:@".svn",
|
||||
@".cvs", @".git",
|
||||
@".CVS", @".git",
|
||||
nil];
|
||||
NSString * fileName = nil;
|
||||
|
||||
|
|
Loading…
Reference in a new issue