X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=evince.git;a=blobdiff_plain;f=shell%2Fev-window.c;fp=shell%2Fev-window.c;h=799f64d66c6d66dd7e482f8e3666ce09a65f17e3;hp=da4c58ff56f12204bbc3cadeda75d4e850d577b9;hb=d3bc7b9497f6205eaa0c6dece068caff6411ce8c;hpb=7d753f38cc5e97bdfbbbf2b918aa5397e5249342 diff --git a/shell/ev-window.c b/shell/ev-window.c index da4c58ff..799f64d6 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)); // } }