- Timestamp:
- 08/24/09 16:15:47 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMail/src/org/logicprobe/LogicMail/LogicMail.java
r472 r495 44 44 import net.rim.device.api.ui.UiApplication; 45 45 46 import org.logicprobe.LogicMail.model.MailManager; 46 47 import org.logicprobe.LogicMail.ui.NavigationController; 47 48 import org.logicprobe.LogicMail.ui.NotificationHandler; … … 113 114 } 114 115 116 // Initialize the data model explicitly 117 MailManager.initialize(); 118 115 119 // Initialize the notification handler 116 120 NotificationHandler.getInstance().setEnabled(true);
Note: See TracChangeset
for help on using the changeset viewer.
