Ignore:
Timestamp:
08/24/09 16:15:47 (3 years ago)
Author:
octorian
Message:

Folder sort logic and minor fixups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LogicMail/src/org/logicprobe/LogicMail/LogicMail.java

    r472 r495  
    4444import net.rim.device.api.ui.UiApplication; 
    4545 
     46import org.logicprobe.LogicMail.model.MailManager; 
    4647import org.logicprobe.LogicMail.ui.NavigationController; 
    4748import org.logicprobe.LogicMail.ui.NotificationHandler; 
     
    113114                } 
    114115 
     116                // Initialize the data model explicitly 
     117                MailManager.initialize(); 
     118                 
    115119                // Initialize the notification handler 
    116120                NotificationHandler.getInstance().setEnabled(true); 
Note: See TracChangeset for help on using the changeset viewer.