diff options
author | rowanbeentje <rowan@beent.je> | 2009-04-16 13:55:04 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-04-16 13:55:04 +0000 |
commit | 02cc3edfc5a0c64de768812220e78aba26aab81f (patch) | |
tree | 97627a337962cfc88fd52af6d98ef1b52aff1d7d /Source/SPPreferenceController.h | |
parent | 20c46135604cfd3a38c55647438264e5360c80a4 (diff) | |
download | sequelpro-02cc3edfc5a0c64de768812220e78aba26aab81f.tar.gz sequelpro-02cc3edfc5a0c64de768812220e78aba26aab81f.tar.bz2 sequelpro-02cc3edfc5a0c64de768812220e78aba26aab81f.zip |
- The connection sheet Edit button now opens the favourites list in preferences and selects appropriately; this resolves the initially planned changes for Issue #232.
- Move updateDefaultFavoritePopup in SPPreferenceController to a public method and set TableDocument to update it when adding favorites
Diffstat (limited to 'Source/SPPreferenceController.h')
-rw-r--r-- | Source/SPPreferenceController.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPPreferenceController.h b/Source/SPPreferenceController.h index 73819cfd..cb12cde1 100644 --- a/Source/SPPreferenceController.h +++ b/Source/SPPreferenceController.h @@ -77,4 +77,8 @@ - (IBAction)displayAutoUpdatePreferences:(id)sender; - (IBAction)displayNetworkPreferences:(id)sender; +// Other +- (void)updateDefaultFavoritePopup; +- (void)selectFavorites:(NSArray *)favorite; + @end |