Removing a file causes the browser to be updated

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12619 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Philippe C.D. Robert 2002-02-21 11:29:38 +00:00
parent b846123f5b
commit ae73b13acc

View file

@ -800,6 +800,8 @@
}
}
[[NSNotificationCenter defaultCenter] postNotificationName:@"ProjectDictDidChangeNotification" object:self];
return YES;
}