Added comment explaining r4281
authorAlberto Garcia <agarcia@igalia.com>
Thu, 6 Mar 2008 10:36:58 +0000 (10:36 +0000)
committerAlberto Garcia <agarcia@igalia.com>
Thu, 6 Mar 2008 10:36:58 +0000 (10:36 +0000)
pmo-trunk-r4282

src/maemo/modest-connection-specific-smtp-edit-window.c

index f952653..c9b26fc 100644 (file)
@@ -270,6 +270,7 @@ modest_connection_specific_smtp_edit_window_init (ModestConnectionSpecificSmtpEd
        GtkWidget *dialog_box;
        GtkWidget *scrolled_window, *vbox;
 
+       /* The title of this dialog is quite long, so make the window wide enough */
        gtk_widget_set_size_request (GTK_WIDGET (self), 600, -1);
 
        priv = CONNECTION_SPECIFIC_SMTP_EDIT_WINDOW_GET_PRIVATE (self);