From 1d9b69527aa57b3ed815b8ad0791743d89c96556 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 23 Aug 2012 11:00:53 +0200 Subject: Bug #681877 - Postpone window changes saving for a second --- e-util/e-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-util.c') 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; } -- cgit v1.2.3