From: Alex Duggan Date: Thu, 30 Jun 2005 17:52:15 +0000 (+0000) Subject: Fix compilation X-Git-Tag: EVINCE_0_3_3~192 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=1b553f2b8c0b409ff4a5c93d4341df6e4bfb4b61;p=evince.git Fix compilation 2005-06-30 Alex Duggan * shell/ev-window.c: (window_configure_event_cb): Fix compilation --- diff --git a/ChangeLog b/ChangeLog index 50dac24a..36534b8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-30 Alex Duggan + + * shell/ev-window.c: (window_configure_event_cb): + + Fix compilation + 2005-06-30 Marco Pesenti Gritti * pdf/ev-poppler.cc: diff --git a/shell/ev-window.c b/shell/ev-window.c index 63b1b9c1..b61926dc 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -3011,9 +3011,9 @@ window_configure_event_cb (EvWindow *window, gpointer dummy) ev_metadata_manager_set_int (window->priv->uri, "window_width", width); ev_metadata_manager_set_int (window->priv->uri, "window_height", height); +#endif return FALSE; -#endif } static void