GNOME Bugzilla – Bug 695193
Window size reset to default at exit with gtk 3.7.10+
Last modified: 2013-09-13 01:07:24 UTC
Created attachment 238102 [details] [review] fix When using gtk 3.7.10+, evolution resets its gsettings size keys to their default value at exit. So at the next run, evolution restarts tiny. The attached patch removes the window_update_settings() call triggered in the hook of the "unmap" signal. The flags are also cleared, just to be sure the settings are not updated past that point.
Review of attachment 238102 [details] [review]: Looks fine, can be committed to master.
Created commit 51bc12d in evo master (3.7.92+)