aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
diff options
context:
space:
mode:
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];
}
/**