adium/adium

66077e3e5085
Parents cd5ef3ef4604
Children 3de60ee28376
Fix the add block sheet not disappearing when blocking a contact by name.
--- a/Source/RAFBlockEditorWindowController.m Thu Jun 06 00:02:10 2013 +0200
+++ b/Source/RAFBlockEditorWindowController.m Sat Jun 08 12:27:59 2013 -0400
@@ -215,6 +215,7 @@
[contactTable reloadData];
}
+ [sheet orderOut:nil];
[NSApp endSheet:sheet];
}