From: Carlos Garcia Campos Date: Sun, 27 Jan 2008 18:51:43 +0000 (+0000) Subject: Fix compile warning. X-Git-Tag: EVINCE_2_21_90~6 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=4bd52a8c2ee4b1c15b932ba06fb96a66225e1fce;p=evince.git Fix compile warning. 2008-01-27 Carlos Garcia Campos * shell/ev-window.c: (ev_window_cmd_escape): Fix compile warning. svn path=/trunk/; revision=2866 --- diff --git a/ChangeLog b/ChangeLog index dc6e1204..031e3542 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-27 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_cmd_escape): + + Fix compile warning. + 2008-01-27 Carlos Garcia Campos * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end): diff --git a/shell/ev-window.c b/shell/ev-window.c index b44b3384..4684f799 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -3476,7 +3476,7 @@ ev_window_cmd_escape (GtkAction *action, EvWindow *window) { GtkWidget *widget; - ev_view_autoscroll_stop (window->priv->view); + ev_view_autoscroll_stop (EV_VIEW (window->priv->view)); widget = gtk_window_get_focus (GTK_WINDOW (window)); if (widget && gtk_widget_get_ancestor (widget, EGG_TYPE_FIND_BAR)) {