X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-view.c;h=ac14b699c7404724266e220a7515b2fd4ac20775;hb=2297bff1e7d745f0f837d44feeda03244368d7f1;hp=c26aabc5f86cc0018feeb24e648d6b271d5b52ca;hpb=d375c36972ff3a01b7979984b5a1043eb4c807b0;p=evince.git diff --git a/libview/ev-view.c b/libview/ev-view.c index c26aabc5..ac14b699 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -730,8 +730,6 @@ view_update_range_and_current_page (EvView *view) ev_pixbuf_cache_set_page_range (view->pixbuf_cache, view->start_page, view->end_page, - view->rotation, - view->scale, view->selection_info.selections); if (ev_pixbuf_cache_get_surface (view->pixbuf_cache, view->current_page)) @@ -3473,7 +3471,7 @@ ev_view_drag_motion (GtkWidget *widget, if (gtk_drag_get_source_widget (context) == widget) gdk_drag_status (context, 0, time); else - gdk_drag_status (context, context->suggested_action, time); + gdk_drag_status (context, gdk_drag_context_get_suggested_action (context), time); return TRUE; }