move the latest added parameter at the bottom 35/68635/2
authorJeesun Kim <iamjs.kim@samsung.com>
Mon, 9 May 2016 05:09:30 +0000 (14:09 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Tue, 17 May 2016 08:18:44 +0000 (01:18 -0700)
Change-Id: I6b3f2771493f35ed45e12d6f7c5769c3421ec29f

include/contacts_views.h

index 9cca45f..57b709d 100644 (file)
@@ -328,8 +328,8 @@ _CONTACTS_BEGIN_VIEW()
        _CONTACTS_PROPERTY_CHILD_MULTIPLE(relationship)   /* read, write */
        _CONTACTS_PROPERTY_CHILD_MULTIPLE(group_relation) /* read, write */
        _CONTACTS_PROPERTY_CHILD_MULTIPLE(extension)      /* read, write */
-       _CONTACTS_PROPERTY_CHILD_MULTIPLE(sip)            /* read, write (Since 3.0) */
        _CONTACTS_PROPERTY_STR(message_alert)             /* read, write */
+       _CONTACTS_PROPERTY_CHILD_MULTIPLE(sip)            /* read, write (Since 3.0) */
 _CONTACTS_END_VIEW(_contacts_contact)
 
 /**