From 2446677172d1f5019d85c988a0f1da3e12a99cd1 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 31 Mar 2015 10:55:13 -0400 Subject: [PATCH] [fix] Add definition of UIxSidenavToolbarTemplate --- UI/Common/UIxPageFrame.m | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index 0fde1831f..5ed2ff042 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -652,14 +652,10 @@ return [[[context activeUser] domainDefaults] searchMinimumWordLength]; } -- (id) contentMediaComponent -{ - //NSString *name = [self->pageName stringValueInComponent: [context component]]; - NSString *name = [[[self->context component] parent] name]; - NSLog(@"************ loading %@", name); - - return [self pageWithName: @"UIxContactFoldersView"]; -} - - @end /* UIxPageFrame */ + +@interface UIxSidenavToolbarTemplate : UIxComponent +@end + +@implementation UIxSidenavToolbarTemplate +@end