RSS

(root)/iphone/common : 48 : Jigs/source/JigsAppDelegate.m

To get this branch, use:
bzr branch /browse/iphone/common

« back to all changes in this revision

Viewing changes to Jigs/source/JigsAppDelegate.m

Dömötör Gulyás
2009-10-28 02:04:32
Revision ID: dognotdog@gmail.com-20091028010432-ncgjtcsyxavch41q
tappity improvements

Show diffs side-by-side

added added

removed removed

149
149
 
150
150
- (void) awakeFromNib
151
151
{
152
 
        TappityServer* tappityServer = [[TappityServer alloc] init];
153
 
        [tappityServer start];
 
152
        TappityServer* tappityServer = [TappityServer sharedServer];
 
153
        [tappityServer startWithName: @"Jigs"];
154
154
 
155
155
        [super awakeFromNib];
156
156
        

Loggerhead 1.17 is a web-based interface for Bazaar branches