From 1685f5628ceefbe4651ba5608484ab0d683b041f Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Tue, 18 Aug 2009 16:05:42 +0000 Subject: - The add, rename and copy table sheets should not block the main thread (part of issue #357). - Improve the consistency of destructive confirmation dialogs by making the remove field and index dialogs default button 'Cancel' with a key equivalent of return. - Disable the remove field button when the currently selected table only has one field, removing the need for the extra check (and subsequent dialog) when the user attempts to remove a field. --- Source/TablesList.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/TablesList.h') diff --git a/Source/TablesList.h b/Source/TablesList.h index 390e7ee7..5d721fad 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -116,13 +116,8 @@ enum sp_table_types - (IBAction)truncateTable:(id)sender; - (IBAction)togglePaneCollapse:(id)sender; -// copyTableSheet methods -- (IBAction)closeCopyTableSheet:(id)sender; - // Additional methods -- (void)removeTable; - (void)setConnection:(MCPConnection *)theConnection; -- (void)truncateTable; - (void)doPerformQueryService:(NSString *)query; - (void)updateSelection; -- cgit v1.2.3