fix buildbreak
authorMinsoo Kim <minnsoo.kim@samsung.com>
Tue, 9 Oct 2012 08:20:00 +0000 (17:20 +0900)
committerMinsoo Kim <minnsoo.kim@samsung.com>
Tue, 9 Oct 2012 08:20:00 +0000 (17:20 +0900)
packaging/org.tizen.email.spec
setting/src/email-view-account-setup.c

index 23993a8..de6b603 100755 (executable)
@@ -5,7 +5,7 @@
 
 Name:       org.tizen.email
 Summary:    email application
-Version:    0.0.5
+Version:    0.0.6
 Release:    1
 Group:      devel
 License:    Flora
index 3131dc5..82480a2 100755 (executable)
@@ -325,7 +325,7 @@ static void _push_naviframe(struct viewdata *vd)
        if (vd->ugd->account_info == OTHERS) {
                p->c_item[0] = elm_toolbar_item_append(p->cbar, NULL,
                                dgettext("sys_string", "IDS_COM_BUTTON_LOGIN"), _next_cb, vd);
-       } else if (vd->ugd->account_info != ACTIVESYNC) {
+       } else {
                p->c_item[0] = elm_toolbar_item_append(p->cbar, NULL,
                                dgettext("sys_string", "IDS_COM_BUTTON_LOGIN"), _save_cb, vd);
        }