Fat commit to refactor the quick record generation

This commit is contained in:
Ludovic Marcotte
2014-07-30 14:51:00 -04:00
parent 07324e56a0
commit b05fcc7d82
78 changed files with 341 additions and 1580 deletions
+1 -1
View File
@@ -1712,7 +1712,7 @@ RANGE(2);
- (BOOL) isWriteableClientObject
{
return [[self clientObject]
respondsToSelector: @selector(saveContentString:)];
respondsToSelector: @selector(saveCompontent:)];
}
/* access */