diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-06-15 08:05:26 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-06-15 08:05:26 +0000 |
commit | 52f9e54244e497919a130439d3cb498913df5f29 (patch) | |
tree | cdab00ef2fb65b2a0d723256d639f51393e5e860 /Source/SPIndexesController.h | |
parent | 64a31593840273a43349b642d08723fbbe88f2c4 (diff) | |
download | sequelpro-52f9e54244e497919a130439d3cb498913df5f29.tar.gz sequelpro-52f9e54244e497919a130439d3cb498913df5f29.tar.bz2 sequelpro-52f9e54244e497919a130439d3cb498913df5f29.zip |
• several fixes for index table in Structure view
- fixed binding for removeIndexButton
- moved indexTable's tableViewSelectionDidChange: delegate to SPIndexController to fix enabling/disabling of the removeIndexButton
- fixed issue to blank the index table for multiple selected tables
Diffstat (limited to 'Source/SPIndexesController.h')
-rw-r--r-- | Source/SPIndexesController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h index 9ceb6d9e..8fe7c88d 100644 --- a/Source/SPIndexesController.h +++ b/Source/SPIndexesController.h @@ -36,6 +36,7 @@ // Index table view IBOutlet NSTableView *indexesTableView; IBOutlet NSButton *addIndexButton; + IBOutlet NSButton *removeIndexButton; // New index sheet IBOutlet NSPopUpButton *indexTypePopUpButton; |