aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/TableContent.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m
index eaa83905..0e724a45 100644
--- a/Source/TableContent.m
+++ b/Source/TableContent.m
@@ -436,6 +436,10 @@
*/
- (IBAction)reloadTableValues:(id)sender
{
+
+ //if no table is selected return
+ if(!selectedTable) return;
+
NSString *queryString;
MCPResult *queryResult;