aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-10-26 23:56:40 +0000
committerstuconnolly <stuart02@gmail.com>2009-10-26 23:56:40 +0000
commit9e6adb426de189704f0d0fe09b926b286dbb813e (patch)
treec11c6cd5c89b2daf4bccf0d97156fef2d3db1931 /Source/TableDocument.h
parent332c2308514c1c0fe839dd0124d90cd8d24fd9ef (diff)
downloadsequelpro-9e6adb426de189704f0d0fe09b926b286dbb813e.tar.gz
sequelpro-9e6adb426de189704f0d0fe09b926b286dbb813e.tar.bz2
sequelpro-9e6adb426de189704f0d0fe09b926b286dbb813e.zip
Don't run the add new database sheet modally, thus blocking the main thread. Part of issue #357.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index a6969136..ef941f60 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -176,7 +176,6 @@ enum sp_current_query_mode
- (IBAction)setDatabases:(id)sender;
- (IBAction)chooseDatabase:(id)sender;
- (IBAction)addDatabase:(id)sender;
-- (IBAction)closeDatabaseSheet:(id)sender;
- (IBAction)removeDatabase:(id)sender;
- (IBAction)showMySQLHelp:(id)sender;
- (IBAction)saveServerVariables:(id)sender;