* added a note about the missing logical id (which has not been defined yet),
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 9 Apr 2008 06:50:00 +0000 (06:50 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Wed, 9 Apr 2008 06:50:00 +0000 (06:50 +0000)
  as found in NB#82487

pmo-trunk-r4381

src/modest-utils.c

index 8c465fc..9753267 100644 (file)
@@ -361,8 +361,11 @@ modest_utils_get_supported_secure_authentication_methods (ModestTransportStorePr
        info->cancel = FALSE;
        info->error = NULL;
        info->progress = gtk_progress_bar_new();
-       /* TODO: Need logical_ID for the title: */
-       info->dialog = gtk_dialog_new_with_buttons(" ",
+
+       /* FIXME: the title (first arg) here is empty; there should be 'accountwizard_fi_authentication', 
+        *  but that does not exist yet; see bug #82487. so, for now, we simply leave it empty
+         */
+       info->dialog = gtk_dialog_new_with_buttons(" ", 
                                                   parent_window, GTK_DIALOG_MODAL,
                                                   _("mcen_bd_dialog_cancel"),
                                                   GTK_RESPONSE_REJECT,