]> www.fi.muni.cz Git - evince.git/blobdiff - previewer/ev-previewer-window.c
[windows] Define WIFEXITED and WEXITSTATUS on Windows
[evince.git] / previewer / ev-previewer-window.c
index 08eb89566677c9558e29024b108554cfa5e0b5cc..48843d6280897de92205af4c48e0c5c4717141b2 100644 (file)
@@ -432,8 +432,6 @@ ev_previewer_window_constructor (GType                  type,
        gchar             *datadir, *ui_path;
        gdouble            dpi;
 
        gchar             *datadir, *ui_path;
        gdouble            dpi;
 
-       g_print ("DBG: constructor\n");
-
        object = G_OBJECT_CLASS (ev_previewer_window_parent_class)->constructor (type,
                                                                                 n_construct_properties,
                                                                                 construct_params);
        object = G_OBJECT_CLASS (ev_previewer_window_parent_class)->constructor (type,
                                                                                 n_construct_properties,
                                                                                 construct_params);
@@ -500,7 +498,7 @@ ev_previewer_window_constructor (GType                  type,
 
        window->view = EV_VIEW (ev_view_new ());
        ev_view_set_model (window->view, window->model);
 
        window->view = EV_VIEW (ev_view_new ());
        ev_view_set_model (window->view, window->model);
-       ev_view_set_continuous (window->view, FALSE);
+       ev_document_model_set_continuous (window->model, FALSE);
        ev_view_set_loading (window->view, TRUE);
 
        gtk_container_add (GTK_CONTAINER (window->swindow), GTK_WIDGET (window->view));
        ev_view_set_loading (window->view, TRUE);
 
        gtk_container_add (GTK_CONTAINER (window->swindow), GTK_WIDGET (window->view));