diff options
author | sqlprodev <sqlprodev@northofthree.com> | 2012-03-28 20:38:06 +0000 |
---|---|---|
committer | sqlprodev <sqlprodev@northofthree.com> | 2012-03-28 20:38:06 +0000 |
commit | f1c87b5d2feaf9499f2525d331228d3d28d6d242 (patch) | |
tree | 0b3a044c71e29776be0583fb19a0dc3efb20f5d1 | |
parent | c83778812a5fb7998ec9650ac5dc8a5ae87eb4b8 (diff) | |
download | sequelpro-f1c87b5d2feaf9499f2525d331228d3d28d6d242.tar.gz sequelpro-f1c87b5d2feaf9499f2525d331228d3d28d6d242.tar.bz2 sequelpro-f1c87b5d2feaf9499f2525d331228d3d28d6d242.zip |
Replaced ivar accidentally removed from SP_REFACTOR build
-rw-r--r-- | Source/SPTablesList.h | 2 | ||||
-rw-r--r-- | Source/SPTablesList.m | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h index 4f406890..efc724f9 100644 --- a/Source/SPTablesList.h +++ b/Source/SPTablesList.h @@ -78,8 +78,8 @@ #endif #ifndef SP_REFACTOR IBOutlet id toolbarActionsButton; - IBOutlet id toolbarReloadButton; #endif + IBOutlet id toolbarReloadButton; IBOutlet id addTableButton; #ifndef SP_REFACTOR IBOutlet id truncateTableButton; diff --git a/Source/SPTablesList.m b/Source/SPTablesList.m index b863f3fb..f09e27fb 100644 --- a/Source/SPTablesList.m +++ b/Source/SPTablesList.m @@ -1967,8 +1967,8 @@ static NSString *SPDuplicateTable = @"SPDuplicateTable"; [toolbarAddButton setEnabled:NO]; #ifndef SP_REFACTOR [toolbarActionsButton setEnabled:NO]; - [toolbarReloadButton setEnabled:NO]; #endif + [toolbarReloadButton setEnabled:NO]; } /** @@ -1980,8 +1980,8 @@ static NSString *SPDuplicateTable = @"SPDuplicateTable"; [toolbarAddButton setEnabled:YES]; #ifndef SP_REFACTOR [toolbarActionsButton setEnabled:YES]; - [toolbarReloadButton setEnabled:YES]; #endif + [toolbarReloadButton setEnabled:YES]; } /** |