aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGeneralPreferencePane.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-03-17 19:25:56 +0000
committerstuconnolly <stuart02@gmail.com>2011-03-17 19:25:56 +0000
commitb2a0af91eae18b6490ddeafd2708d256b0d53cb3 (patch)
tree6fffce3be41ecf2f9a902f7bf795eb9471d81382 /Source/SPGeneralPreferencePane.h
parent1632c45fdd9d0b8fe1e0aef3e891e8bd5704df29 (diff)
downloadsequelpro-b2a0af91eae18b6490ddeafd2708d256b0d53cb3.tar.gz
sequelpro-b2a0af91eae18b6490ddeafd2708d256b0d53cb3.tar.bz2
sequelpro-b2a0af91eae18b6490ddeafd2708d256b0d53cb3.zip
Bind the default favorites drop down menu pref to the new favorites data file, with sub-menus representing groups (still a bit buggy).
Diffstat (limited to 'Source/SPGeneralPreferencePane.h')
-rw-r--r--Source/SPGeneralPreferencePane.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/SPGeneralPreferencePane.h b/Source/SPGeneralPreferencePane.h
index ab7ef949..7d14492e 100644
--- a/Source/SPGeneralPreferencePane.h
+++ b/Source/SPGeneralPreferencePane.h
@@ -35,8 +35,6 @@
@interface SPGeneralPreferencePane : SPPreferencePane <SPPreferencePaneProtocol>
{
IBOutlet NSPopUpButton *defaultFavoritePopup;
-
- IBOutlet NSArrayController *favoritesController;
}
- (IBAction)updateDefaultFavorite:(id)sender;