]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-window.c
working with signals
[evince.git] / shell / ev-window.c
index dd9d1167af06e42dae71d871ecdb24d192fd944b..5acc5422bd41b0842f7849b06849925209a8e64a 100644 (file)
@@ -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));
        //}
 }