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>2006-12-24 15:19:13 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-12-24 15:19:13 (GMT)
commit69e9b806bc1420056bcd4d21d81aba0e74f3afdf (patch)
treed67b7357d5d435a1ff4001b178d7ea939e1f8c4f /shell/ev-window.c
parent468078222d0731715c875f52304bfb942f5b2942 (diff)
Restore zoom settings when back from presentation mode.
2006-12-24 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_run_presentation): * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_set_presentation): Restore zoom settings when back from presentation mode.
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index db296f1..ce956b9 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -2570,8 +2570,6 @@ ev_window_run_presentation (EvWindow *window)
ev_view_set_presentation (EV_VIEW (window->priv->view), TRUE);
ev_window_update_presentation_action (window);
- ev_view_set_sizing_mode (EV_VIEW (window->priv->view), EV_SIZING_BEST_FIT);
-
gtk_widget_grab_focus (window->priv->view);
gtk_window_fullscreen (GTK_WINDOW (window));