Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2008-01-27 18:51:43 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-01-27 18:51:43 (GMT)
commit4bd52a8c2ee4b1c15b932ba06fb96a66225e1fce (patch)
tree6b3dc93351a9b546ccac44f44af901a133d994ad /shell/ev-window.c
parent07631c9aedfe25990c1b723c5ee56088b6d2ea61 (diff)
Fix compile warning.
2008-01-27 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_cmd_escape): Fix compile warning. svn path=/trunk/; revision=2866
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index b44b338..4684f79 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)) {