From: Carlos Garcia Campos Date: Wed, 7 Oct 2009 15:52:34 +0000 (+0200) Subject: [shell] Remove progress message area when document download finishes X-Git-Tag: EVINCE_2_28_1~7 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=6cd71bbbef99c9a53b6e7417339fc9125c670fa1;p=evince.git [shell] Remove progress message area when document download finishes --- diff --git a/shell/ev-window.c b/shell/ev-window.c index 027ddb8d..cc1d183d 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -1702,7 +1702,8 @@ window_open_file_copy_ready_cb (GFile *source, GError *error = NULL; ev_window_clear_progress_idle (ev_window); - + ev_window_set_message_area (ev_window, NULL); + g_file_copy_finish (source, async_result, &error); if (!error) { ev_job_scheduler_push_job (ev_window->priv->load_job, EV_JOB_PRIORITY_NONE);