X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fgnome%2Fmodest-platform.c;h=33493c3fd231f3be9ed4947d27f623d5ccd88382;hb=93f1026bac7fc03ff2395ee29de1366bbb9d01a1;hp=1cf8680b9e4269821b20abc0fc486860c1a046f2;hpb=8f2f2684b452fbee0b5673cd31c7f7404804eef6;p=modest diff --git a/src/gnome/modest-platform.c b/src/gnome/modest-platform.c index 1cf8680..33493c3 100644 --- a/src/gnome/modest-platform.c +++ b/src/gnome/modest-platform.c @@ -546,12 +546,14 @@ modest_platform_run_folder_details_dialog (GtkWindow *parent_window, void modest_platform_run_header_details_dialog (GtkWindow *parent_window, - TnyHeader *header) + TnyHeader *header, + gboolean async_get_size, + TnyMsg *msg) { 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 (),