evince r2866 - in trunk: . shell
- From: carlosgc svn gnome org
- To: svn-commits-list gnome org
- Subject: evince r2866 - in trunk: . shell
- Date: Sun, 27 Jan 2008 18:51:43 +0000 (GMT)
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 <carlosgc gnome org>
* 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)) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]