[evolution] Bug #681877 - Postpone window changes saving for a second



commit 1d9b69527aa57b3ed815b8ad0791743d89c96556
Author: Milan Crha <mcrha redhat com>
Date:   Thu Aug 23 11:00:53 2012 +0200

    Bug #681877 - Postpone window changes saving for a second

 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 80c0de5..38bcdfd 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;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]