spelling: s/conformation/confirmation
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 30 Oct 2007 12:13:51 +0000 (12:13 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 30 Oct 2007 12:13:51 +0000 (12:13 +0000)
pmo-trunk-r3602

src/maemo/modest-platform.c
src/modest-platform.h
src/modest-tny-account-store.c

index 1154846..c3ce79c 100644 (file)
@@ -1632,7 +1632,7 @@ on_cert_dialog_response (GtkDialog *dialog, gint response_id,  const gchar* cert
 
 
 gboolean
-modest_platform_run_certificate_conformation_dialog (const gchar* server_name,
+modest_platform_run_certificate_confirmation_dialog (const gchar* server_name,
                                                     const gchar *certificate)
 {
        GtkWidget *note;
index e9715b5..b7fd3f0 100644 (file)
@@ -356,7 +356,7 @@ gboolean modest_platform_check_and_wait_for_account_is_online(TnyAccount *accoun
  *
  *  Returns: TRUE (Ok-pressed) or FALSE (cancel pressed)
  **/
-gboolean modest_platform_run_certificate_conformation_dialog (const gchar* server_name,
+gboolean modest_platform_run_certificate_confirmation_dialog (const gchar* server_name,
                                                              const gchar *certificate);
 
 
index b7d1271..a1c1f3d 100644 (file)
@@ -1123,7 +1123,7 @@ modest_tny_account_store_alert (TnyAccountStore *self,
        
 
        if (error->code == TNY_ACCOUNT_ERROR_TRY_CONNECT_CERTIFICATE)
-               retval = modest_platform_run_certificate_conformation_dialog (server_name,
+               retval = modest_platform_run_certificate_confirmation_dialog (server_name,
                                                                              error->message);
        else
                retval = modest_platform_run_alert_dialog (prompt, question);