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=ef6f0b16ac85271cb1e5207cc7d2508e5d60e4fa;hp=799f64d66c6d66dd7e482f8e3666ce09a65f17e3;hb=3653856f03c6a5fefc3b6ea67bd789650b5bfa1e;hpb=156da1afa7b81a00d6308bbf519db965db01fcf2 diff --git a/shell/ev-window.c b/shell/ev-window.c index 799f64d6..ef6f0b16 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -4053,13 +4053,13 @@ ev_window_run_presentation (EvWindow *window) if (window->priv->metadata && !ev_window_is_empty (window)) ev_metadata_set_boolean (window->priv->metadata, "presentation", TRUE); -// if ( get_num_monitors(GTK_WINDOW(window)) > 1) { + 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)); -// } + } } void