aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-08-23 17:00:53 +0800
committerMilan Crha <mcrha@redhat.com>2012-08-23 17:00:53 +0800
commit1d9b69527aa57b3ed815b8ad0791743d89c96556 (patch)
tree03629415740d9312432481e2c3331c1c33f8092b
parent7dd4477f94a588040da7cea14b65a9c84c996629 (diff)
downloadgsoc2013-evolution-1d9b69527aa57b3ed815b8ad0791743d89c96556.tar
gsoc2013-evolution-1d9b69527aa57b3ed815b8ad0791743d89c96556.tar.gz
gsoc2013-evolution-1d9b69527aa57b3ed815b8ad0791743d89c96556.tar.bz2
gsoc2013-evolution-1d9b69527aa57b3ed815b8ad0791743d89c96556.tar.lz
gsoc2013-evolution-1d9b69527aa57b3ed815b8ad0791743d89c96556.tar.xz
gsoc2013-evolution-1d9b69527aa57b3ed815b8ad0791743d89c96556.tar.zst
gsoc2013-evolution-1d9b69527aa57b3ed815b8ad0791743d89c96556.zip
Bug #681877 - Postpone window changes saving for a second
-rw-r--r--e-util/e-util.c2
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;
}