diff -r 5db69f4c3d06 -r b048e15729d6 creator/engine/inc/creator.hrh --- a/creator/engine/inc/creator.hrh Mon Aug 23 15:50:54 2010 +0300 +++ b/creator/engine/inc/creator.hrh Fri Sep 03 17:11:21 2010 +0300 @@ -24,7 +24,14 @@ enum TCreatorIds { - ECmdCreateFromFile=1, + + // Phonebook entries shuld be the first, bacause some other entries references them + ECmdCreatePhoneBookEntries = 1, + ECmdCreatePhoneBookEntryContacts, + ECmdCreatePhoneBookEntryGroups, + ECmdCreatePhoneBookEntrySubscribedContacts, + + ECmdCreateFromFile, ECmdCreateCalendarEntries, ECmdCreateCalendarEntryAppointments, @@ -129,11 +136,6 @@ ECmdCreateMiscEntrySyncSettings, ECmdCreateMiscEntryLandmarks, - ECmdCreatePhoneBookEntries, - ECmdCreatePhoneBookEntryContacts, - ECmdCreatePhoneBookEntryGroups, - ECmdCreatePhoneBookEntrySubscribedContacts, - ECmdDeleteEntries, ECmdDeleteAllEntries, ECmdDeleteAllCreatorEntries,