aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@gnome.org>2010-03-04 15:48:12 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-14 09:53:17 +0800
commitf309ab6ad224f7dbb10176d4197ee674c7a84f38 (patch)
tree6b2731b128edaa54b0faf6f41c0f2fc5b4cad501
parent179e06a655bd0af557010ed3dd756fa1a1ad0c90 (diff)
downloadgsoc2013-evolution-f309ab6ad224f7dbb10176d4197ee674c7a84f38.tar
gsoc2013-evolution-f309ab6ad224f7dbb10176d4197ee674c7a84f38.tar.gz
gsoc2013-evolution-f309ab6ad224f7dbb10176d4197ee674c7a84f38.tar.bz2
gsoc2013-evolution-f309ab6ad224f7dbb10176d4197ee674c7a84f38.tar.lz
gsoc2013-evolution-f309ab6ad224f7dbb10176d4197ee674c7a84f38.tar.xz
gsoc2013-evolution-f309ab6ad224f7dbb10176d4197ee674c7a84f38.tar.zst
gsoc2013-evolution-f309ab6ad224f7dbb10176d4197ee674c7a84f38.zip
Remove comments.
-rw-r--r--capplet/settings/mail-account-view.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/capplet/settings/mail-account-view.c b/capplet/settings/mail-account-view.c
index 01c290e400..9201fcf03f 100644
--- a/capplet/settings/mail-account-view.c
+++ b/capplet/settings/mail-account-view.c
@@ -375,11 +375,6 @@ struct _page_text {
void (*save_page) (MailAccountView *view);
int (*validate_page) (MailAccountView *view);
} mail_account_pages[] = {
- //{ MAV_IDENTITY_PAGE, N_("Identity"), N_("Next - Receiving mail"), NULL, IDENTITY_DETAIL, create_identity_page, fill_identity, save_identity },
- //{ MAV_RECV_PAGE, N_("Receiving mail"), N_("Next - Sending mail"), N_("Back - Identity"), RECEIVE_DETAIL, create_receive_page, fill_receive, save_receive},
- //{ MAV_SEND_PAGE, N_("Sending mail"), N_("Next - Review account"), N_("Back - Receiving mail"), SEND_DETAIL, create_send_page, fill_send, save_send},
- //{ MAV_REVIEW_PAGE, N_("Review account"), N_("Finish"), N_("Back - Sending"), REVIEW_DETAIL, NULL, NULL, save_account},
-
{ MAV_IDENTITY_PAGE, N_("Identity"), N_("Next - Receiving mail"), NULL, N_("Next - Receiving mail"), NULL, IDENTITY_DETAIL, "00.identity",NULL, NULL, save_identity, validate_identity},
{ MAV_RECV_PAGE, N_("Receiving mail"), N_("Next - Sending mail"), N_("Back - Identity"), N_("Next - Receiving options"), N_("Back - Identity"), RECEIVE_DETAIL, "10.receive", NULL, NULL, NULL, NULL },
{ MAV_RECV_OPT_PAGE, N_("Receiving options"), NULL, NULL, N_("Next - Sending mail"), N_("Back - Receiving mail"), RECEIVE_OPT_DETAIL, "10.receive", NULL, NULL, NULL, NULL },