mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-04 00:04:19 +00:00
[fix] Add definition of UIxSidenavToolbarTemplate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user