aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
diff options
context:
space:
mode:
authorsqlprodev <sqlprodev@northofthree.com>2012-03-28 20:38:06 +0000
committersqlprodev <sqlprodev@northofthree.com>2012-03-28 20:38:06 +0000
commitf1c87b5d2feaf9499f2525d331228d3d28d6d242 (patch)
tree0b3a044c71e29776be0583fb19a0dc3efb20f5d1 /Source/SPTablesList.m
parentc83778812a5fb7998ec9650ac5dc8a5ae87eb4b8 (diff)
downloadsequelpro-f1c87b5d2feaf9499f2525d331228d3d28d6d242.tar.gz
sequelpro-f1c87b5d2feaf9499f2525d331228d3d28d6d242.tar.bz2
sequelpro-f1c87b5d2feaf9499f2525d331228d3d28d6d242.zip
Replaced ivar accidentally removed from SP_REFACTOR build
Diffstat (limited to 'Source/SPTablesList.m')
-rw-r--r--Source/SPTablesList.m4
1 files changed, 2 insertions, 2 deletions
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];
}
/**