Changeset 24033
- Timestamp:
- 06/22/2008 09:08:35 PM (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/Adium Framework/Source/AIListGroup.m
r23731 r24033 348 348 - (void)listObject:(AIListObject *)listObject didSetOrderIndex:(float)inOrderIndex 349 349 { 350 AILogWithSignature(@"%@: %@ is now at %f", self, listObject, inOrderIndex); 351 350 352 if (inOrderIndex > largestOrder) { 351 353 largestOrder = inOrderIndex; trunk/Frameworks/Adium Framework/Source/AIListObject.m
r23556 r24033 298 298 [self setPreference:[NSNumber numberWithFloat:orderIndex] forKey:KEY_ORDER_INDEX group:ObjectStatusCache]; 299 299 300 AILogWithSignature(@"%@: %f", self, inIndex); 300 301 //Sort the contained object 301 302 // [[adium contactController] sortListObject:self]; trunk/Frameworks/Adium Framework/Source/AIMetaContact.m
r23988 r24033 1231 1231 - (void)listObject:(AIListObject *)listObject didSetOrderIndex:(float)inOrderIndex 1232 1232 { 1233 AILogWithSignature(@"%@: %@ is now at %f", self, listObject, inOrderIndex); 1234 1233 1235 if (inOrderIndex > largestOrder) { 1234 1236 largestOrder = inOrderIndex;