aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableView.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableView.m')
-rw-r--r--Source/SPTableView.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableView.m b/Source/SPTableView.m
index c94bc686..8255f9c1 100644
--- a/Source/SPTableView.m
+++ b/Source/SPTableView.m
@@ -90,7 +90,7 @@
// Check if ENTER or RETURN is hit and edit the column.
if([self numberOfSelectedRows] == 1 && ([theEvent keyCode] == 36 || [theEvent keyCode] == 76))
{
- if (![[[[self delegate] class] description] isEqualToString:@"CustomQuery"] &&
+ if (![[[[self delegate] class] description] isEqualToString:@"SPCustomQuery"] &&
![[[[self delegate] class] description] isEqualToString:@"SPQueryFavoriteManager"]){
// Ensure that editing is permitted