X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-window.c;h=ef6f0b16ac85271cb1e5207cc7d2508e5d60e4fa;hb=1e63533e4d2fe74b17883a51f984ecacb9138231;hp=a9e03e6ebd1382aaf9cc75828edcf9ae85c1438c;hpb=2f34c24ee725427e0ad57ee1da30af15ae86ab65;p=evince.git diff --git a/shell/ev-window.c b/shell/ev-window.c index a9e03e6e..ef6f0b16 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -4055,11 +4055,10 @@ 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)); } }