X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-window.c;h=7905185e821d03de5b881bc523ec3e8a37f9aab5;hb=68540f68316d14931fb5b895270e5b7b7aad1bed;hp=a9e03e6ebd1382aaf9cc75828edcf9ae85c1438c;hpb=2f34c24ee725427e0ad57ee1da30af15ae86ab65;p=evince.git diff --git a/shell/ev-window.c b/shell/ev-window.c index a9e03e6e..7905185e 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -4055,11 +4055,11 @@ ev_window_run_presentation (EvWindow *window) if ( get_num_monitors(GTK_WINDOW(window)) > 1) { EvDSCWindow *control = ev_dscwindow_get_control(); - + gtk_window_present (GTK_WINDOW (control)); ev_dscwindow_set_presentation (control, window, window->priv->document, - EV_VIEW_PRESENTATION(window->priv->presentation_view)); - gtk_window_present (GTK_WINDOW (control)); + EV_VIEW_PRESENTATION(window->priv->presentation_view), + window->priv->metadata); } }