Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /bathyscaphe/trunk/application/source/browser/BSThreadListUpdateTask.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 611 by masakih, Sat Dec 9 12:34:25 2006 UTC revision 683 by masakih, Sun Feb 11 13:18:19 2007 UTC
# Line 26  NSString *BSThreadListUpdateTaskDidFinis Line 26  NSString *BSThreadListUpdateTaskDidFinis
26                  target = threadList; //[threadList retain];                  target = threadList; //[threadList retain];
27                  progress = YES;                  progress = YES;
28                  userCanceled = NO;                  userCanceled = NO;
29                    
30                    bbsName = [[[target boardListItem] representName] copy];
31          }          }
32                    
33          return self;          return self;
# Line 45  NSString *BSThreadListUpdateTaskDidFinis Line 47  NSString *BSThreadListUpdateTaskDidFinis
47    
48  - (NSString *) title  - (NSString *) title
49  {  {
50          return [[target boardListItem] representName];          return bbsName;
 }  
 - (NSString *) message  
 {  
         return [NSString stringWithFormat:@"Updating -- %@", [[target boardListItem] representName]];  
51  }  }
52    //- (NSString *) message
53    //{
54    //      return [NSString stringWithFormat:@"Updating -- %@", bbsName];
55    //}
56  - (NSString *) messageInProgress  - (NSString *) messageInProgress
57  {  {
58          return [NSString stringWithFormat:          return [NSString stringWithFormat:
59                  NSLocalizedString(@"Updating Thread(%@)", @"Updating Thread(%@)"),                  NSLocalizedString(@"Updating Thread(%@)", @"Updating Thread(%@)"),
60                  [target boardName]];                  bbsName];
61  }  }
62    
63  - (IBAction) cancel : (id) sender  - (IBAction) cancel : (id) sender

Legend:
Removed from v.611  
changed lines
  Added in v.683

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26