aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.m
diff options
context:
space:
mode:
authorAbhi Beckert <abhi@abhibeckert.com>2014-12-02 05:29:03 +1000
committerAbhi Beckert <abhi@abhibeckert.com>2014-12-02 05:29:03 +1000
commitb5e972f4504043dfb9c358e272e93fb59ae2127f (patch)
treef1a22749a17e6d01cfb928fbbab00f41acf38be4 /Source/SPWindowController.m
parent1af7e143385e716b5b0154854dda22a9c270ccad (diff)
parent00432038fa8a4727322d8eae25c01fad510b899c (diff)
downloadsequelpro-b5e972f4504043dfb9c358e272e93fb59ae2127f.tar.gz
sequelpro-b5e972f4504043dfb9c358e272e93fb59ae2127f.tar.bz2
sequelpro-b5e972f4504043dfb9c358e272e93fb59ae2127f.zip
Merge pull request #2030 from origsun/master
Remove a private API in PSMTabBarCell
Diffstat (limited to 'Source/SPWindowController.m')
-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]];