Changeset 1280 for trunk

Show
Ignore:
Timestamp:
06/10/10 16:51:28 (2 years ago)
Author:
gbooker
Message:

Move divider to correct location

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/Settings/SapphireSettings.m

    r1277 r1280  
    297297        BRListControl *list = [self list]; 
    298298        [list setDatasource:self]; 
    299         [SapphireFrontRowCompat addDividerAtIndex:6 toList:list]; 
     299        [SapphireFrontRowCompat addDividerAtIndex:8 toList:list]; 
    300300        /*Save our instance*/ 
    301301        sharedInstance = [self retain];