Changeset 812 for trunk/macosx
- Timestamp:
- Aug 22, 2006, 12:02:44 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/MessageWindowController.m
r811 r812 30 30 #define LEVEL_DEBUG 2 31 31 32 #define UPDATE_SECONDS 1.032 #define UPDATE_SECONDS 0.5 33 33 34 34 @interface MessageWindowController (Private) 35 35 36 MessageWindowController * selfReference; //I'm not sure why I can't use selfdirectly36 MessageWindowController * selfReference; //I'm not sure why "self" can't be used directly 37 37 38 38 @end … … 60 60 { 61 61 [fTimer invalidate]; 62 63 tr_setMessageFunction(NULL); 62 64 63 65 [fLock release]; … … 119 121 - (void) updateLog: (NSTimer *) timer 120 122 { 123 if ([fBufferArray count] == 0) 124 return; 125 121 126 [fLock lock]; 122 127
Note: See TracChangeset
for help on using the changeset viewer.