From 3e89faa2a094ad0b996757fc8c3fc90d332b625f Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 7 Dec 2010 11:37:09 +0000 Subject: =?UTF-8?q?=E2=80=A2=20re-init=20the=20Bundle=20tree=20after=20not?= =?UTF-8?q?=20saving=20(close)=20the=20Bundle=20Editor=20window=20in=20ord?= =?UTF-8?q?er=20to=20remove=20all=20not=20stored=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPBundleEditorController.m | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Source/SPBundleEditorController.m') diff --git a/Source/SPBundleEditorController.m b/Source/SPBundleEditorController.m index 2d9da4b0..8fbf8e94 100644 --- a/Source/SPBundleEditorController.m +++ b/Source/SPBundleEditorController.m @@ -748,6 +748,12 @@ } +- (IBAction)performClose:(id)sender +{ + [self _initTree]; + [self close]; +} + /** * Save all touched bundles to disk and close the Bundle Editor window */ -- cgit v1.2.3