diff options
author | mltownsend <mltownsend@gmail.com> | 2009-10-29 23:40:09 +0000 |
---|---|---|
committer | mltownsend <mltownsend@gmail.com> | 2009-10-29 23:40:09 +0000 |
commit | 8287fc2305b38fdb3ecfa8ad5eef09cd745b80c9 (patch) | |
tree | 9051075a56709d0a63f96338e790a1907f54639f /Source/TableDocument.h | |
parent | c965c29b6ccf39a96a192f5c4bfffa2c0620cefc (diff) | |
download | sequelpro-8287fc2305b38fdb3ecfa8ad5eef09cd745b80c9.tar.gz sequelpro-8287fc2305b38fdb3ecfa8ad5eef09cd745b80c9.tar.bz2 sequelpro-8287fc2305b38fdb3ecfa8ad5eef09cd745b80c9.zip |
Got rid of a crash when using the User Manager and closing last Table Document. May be leaking now, not sure. Still needs some work.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 30d44084..414b7d4e 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -54,7 +54,9 @@ enum sp_current_query_mode IBOutlet id extendedTableInfoInstance; IBOutlet id databaseDataInstance; IBOutlet id spHistoryControllerInstance; - IBOutlet id exportControllerInstance; + IBOutlet id exportControllerInstance; + IBOutlet SPUserManager *userManagerInstance; + IBOutlet NSSearchField *listFilterField; @@ -119,7 +121,6 @@ enum sp_current_query_mode int passwordSheetReturnCode; SPConnectionController *connectionController; - SPUserManager *userManagerInstance; MCPConnection *mySQLConnection; |