* removed not longer needed fake password dialog
authorNils Faerber <nils@kernelconcepts.de>
Tue, 16 May 2006 11:20:07 +0000 (11:20 +0000)
committerNils Faerber <nils@kernelconcepts.de>
Tue, 16 May 2006 11:20:07 +0000 (11:20 +0000)
pmo-trunk-r72

src/gtk-glade/modest-ui.c

index cefd4a9..e96defe 100644 (file)
@@ -446,16 +446,6 @@ on_password_requested (ModestTnyAccountStore *account_store,
        GtkWidget *passentry;
        gint retval;
        const gchar *infostring=g_strconcat("Please enter the password for ", account_name, ".", NULL);
-        /*
-       dialog = gtk_message_dialog_new_with_markup (NULL,
-                                        GTK_DIALOG_MODAL|GTK_DIALOG_DESTROY_WITH_PARENT,
-                                        GTK_MESSAGE_INFO,
-                                        GTK_BUTTONS_CLOSE,
-                                                    "This dialog asks you for the password for account <b>%s</b>\n"
-                                                    "However, it's not working yet. So for now, use\n"
-                                                    "<i>gconf-editor</i>, and stay tuned!",
-                                                     account_name);
-                                                    */
 
 
        passdialog = gtk_dialog_new_with_buttons("MyDialog",