X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Feasysetup%2Fmodest-easysetup-secureauth-combo-box.c;h=c9000940a360696d5027d0956228b644948b3563;hp=240280ac5b18061591aa0ea8d6ed7273c7392fcf;hb=74cdbcf6294dbbd595f50a3d480defe720ee9591;hpb=3fdfee96b812d8e1794d388a3975334133ccf61b diff --git a/src/maemo/easysetup/modest-easysetup-secureauth-combo-box.c b/src/maemo/easysetup/modest-easysetup-secureauth-combo-box.c index 240280a..c900094 100644 --- a/src/maemo/easysetup/modest-easysetup-secureauth-combo-box.c +++ b/src/maemo/easysetup/modest-easysetup-secureauth-combo-box.c @@ -139,9 +139,8 @@ void easysetup_secureauth_combo_box_fill (EasysetupSecureauthComboBox *combobox) gtk_list_store_append (liststore, &iter); gtk_list_store_set (liststore, &iter, MODEL_COL_ID, (gint)MODEST_PROTOCOL_AUTH_PASSWORD, MODEL_COL_NAME, _("mcen_fi_advsetup_smtp_login"), -1); - /* TODO: I can't find a ModestProtocol enum flag for this: */ gtk_list_store_append (liststore, &iter); - gtk_list_store_set (liststore, &iter, MODEL_COL_ID, (gint)0, MODEL_COL_NAME, _("mcen_fi_advsetup_smtp_cram_md5"), -1); + gtk_list_store_set (liststore, &iter, MODEL_COL_ID, (gint)MODEST_PROTOCOL_AUTH_CRAMMD5, MODEL_COL_NAME, _("mcen_fi_advsetup_smtp_cram_md5"), -1); } /**