aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/SPTablesList.h2
-rw-r--r--Source/SPTablesList.m4
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];
}
/**