X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-secureauth-combo-box.c;h=b18c2a06aabf929b8498076b68cb322cfd32b6c1;hb=f2f85fb554572fa18695ab7b60c6143347c92d92;hp=99de06342bb0c4f55b583f2e5bcd160e2d07cfcd;hpb=180a67fe712b82fbd8f07a8c5647c9840181f2ff;p=modest diff --git a/src/widgets/modest-secureauth-combo-box.c b/src/widgets/modest-secureauth-combo-box.c index 99de063..b18c2a0 100644 --- a/src/widgets/modest-secureauth-combo-box.c +++ b/src/widgets/modest-secureauth-combo-box.c @@ -158,7 +158,7 @@ modest_secureauth_combo_box_get_active_secureauth (ModestSecureauthComboBox *com if (found) { ModestSecureauthComboBoxPrivate *priv = SECUREAUTH_COMBO_BOX_GET_PRIVATE (combobox); - ModestProtocol secureauth = MODEST_PROTOCOL_AUTH_NONE; + ModestAuthProtocol secureauth = MODEST_PROTOCOL_AUTH_NONE; gtk_tree_model_get (priv->model, &active, MODEL_COL_ID, &secureauth, -1); return secureauth; } @@ -196,7 +196,7 @@ on_model_foreach_select_id(GtkTreeModel *model, /** * Selects the specified secureauth, - * or MODEST_PROTOCOL_UNKNOWN if no secureauth was selected. + * or MODEST_PROTOCOL_AUTH_NONE if no secureauth was selected. */ gboolean modest_secureauth_combo_box_set_active_secureauth (ModestSecureauthComboBox *combobox, ModestAuthProtocol secureauth)