adium 5548:66077e3e5085: Fix the add block sheet not disappearin...
commits at adium.im
commits at adium.im
Sat Jun 8 16:28:15 UTC 2013
details: http://hg.adium.im/adium/rev/66077e3e5085
revision: 5548:66077e3e5085
branch: adium-1.6
author: Frank Dowsett <wixardy at adium.im>
date: Sat Jun 08 12:27:59 2013 -0400
Fix the add block sheet not disappearing when blocking a contact by name.
diffs (11 lines):
diff -r cd5ef3ef4604 -r 66077e3e5085 Source/RAFBlockEditorWindowController.m
--- 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];
}
More information about the commits
mailing list