Author: carlosgc
Date: Sun Jan 27 18:51:43 2008
New Revision: 2866
URL: http://svn.gnome.org/viewvc/evince?rev=2866&view=rev

Log:
2008-01-27  Carlos Garcia Campos  <[EMAIL PROTECTED]>
        * shell/ev-window.c: (ev_window_cmd_escape):
        Fix compile warning.


Modified:
   trunk/ChangeLog
   trunk/shell/ev-window.c

Modified: trunk/shell/ev-window.c
==============================================================================
--- trunk/shell/ev-window.c     (original)
+++ trunk/shell/ev-window.c     Sun Jan 27 18:51:43 2008
@@ -3476,7 +3476,7 @@
 {
        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)) {
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to