aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/SPWindowController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPWindowController.m b/Source/SPWindowController.m
index 96a27d0a..f90b423d 100644
--- a/Source/SPWindowController.m
+++ b/Source/SPWindowController.m
@@ -259,7 +259,7 @@ enum {
//rebind the selected cell to the new control
[control bindPropertiesForCell:selectedCell andTabViewItem:selectedTabViewItem];
- [selectedCell setControlView:control];
+ [selectedCell setCustomControlView:control];
[[tabBar tabView] removeTabViewItem:[selectedCell representedObject]];