From: Carlos Garcia Campos Date: Tue, 4 May 2010 08:58:37 +0000 (+0200) Subject: [shell] Remove redundant check X-Git-Tag: EVINCE_2_30_2~21 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=b7382289ce566243847e6cab32490c6ba711a3bf;p=evince.git [shell] Remove redundant check --- diff --git a/shell/ev-window.c b/shell/ev-window.c index 3124e0ad..50a85c43 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5470,7 +5470,7 @@ window_configure_event_cb (EvWindow *window, GdkEventConfigure *event, gpointer state = gdk_window_get_state (GTK_WIDGET (window)->window); if (!(state & GDK_WINDOW_STATE_FULLSCREEN)) { - if (!ev_window_is_empty (window) && window->priv->document) { + if (window->priv->document) { ev_document_get_max_page_size (window->priv->document, &document_width, &document_height); ev_metadata_set_double (window->priv->last_settings, "window_width_ratio",