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;h=5acc5422bd41b0842f7849b06849925209a8e64a;hp=dd9d1167af06e42dae71d871ecdb24d192fd944b;hb=efec6a4b614de84b8639977f278159aa28c38994;hpb=f3731bd3bdbcdc18c53e0f74bdaac93311046352 diff --git a/shell/ev-window.c b/shell/ev-window.c index dd9d1167..5acc5422 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -4057,7 +4057,7 @@ ev_window_run_presentation (EvWindow *window) EvDSCWindow *control = ev_dscwindow_get_control(); ev_dscwindow_set_presentation (control, window, window->priv->document, - window->priv->presentation_view); + EV_VIEW_PRESENTATION(window->priv->presentation_view)); gtk_window_present (GTK_WINDOW (control)); //} }