diff options
Diffstat (limited to 'e-util/e-util.c')
-rw-r--r-- | e-util/e-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-util.c b/e-util/e-util.c index 80c0de56c2..38bcdfd6ef 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -165,7 +165,7 @@ window_state_event_cb (GtkWindow *window, gtk_window_resize (window, width, height); } - window_update_settings (data); + window_configure_event_cb (window, NULL, data); return FALSE; } |