Add support for disabling size in details dialog
[modest] / src / gnome / modest-platform.c
index 1cf8680..a4817aa 100644 (file)
@@ -551,7 +551,7 @@ modest_platform_run_header_details_dialog (GtkWindow *parent_window,
        GtkWidget *dialog;
        
        /* Create dialog */
        GtkWidget *dialog;
        
        /* Create dialog */
-       dialog = modest_details_dialog_new_with_header (parent_window, header);
+       dialog = modest_details_dialog_new_with_header (parent_window, header, TRUE);
 
        /* Run dialog */
        modest_window_mgr_set_modal (modest_runtime_get_window_mgr (), 
 
        /* Run dialog */
        modest_window_mgr_set_modal (modest_runtime_get_window_mgr (),