diff options
author | Milan Crha <mcrha@redhat.com> | 2012-08-23 17:00:53 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-08-23 17:00:53 +0800 |
commit | 1d9b69527aa57b3ed815b8ad0791743d89c96556 (patch) | |
tree | 03629415740d9312432481e2c3331c1c33f8092b /e-util | |
parent | 7dd4477f94a588040da7cea14b65a9c84c996629 (diff) | |
download | gsoc2013-evolution-1d9b69527aa57b3ed815b8ad0791743d89c96556.tar.gz gsoc2013-evolution-1d9b69527aa57b3ed815b8ad0791743d89c96556.tar.zst gsoc2013-evolution-1d9b69527aa57b3ed815b8ad0791743d89c96556.zip |
Bug #681877 - Postpone window changes saving for a second
Diffstat (limited to 'e-util')
-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; } |