GNOME Bugzilla – Bug 255653
Task pane sizes not saved
Last modified: 2013-09-10 14:03:17 UTC
The size of the panes in the Task section aren't saved. Latest Anon CVS for eds, evolution, gtkhtml, bonobo, bonoboui, gal.
Created attachment 43698 [details] [review] patch for paned in task view
Actually it's saved, but not restored. but gtk_paned_set_pos is not working after new paned created. I just put a g_signal_connect to 'realized'. It seems like working now, patch is added
It's not working for me, ignoring totally the GConf setting, which is indeed changed, but not restored when you re-open the tasks component.
Yeah i pointed out that, too. But it's like when tasks selected and you closed, next time you run evo it opens w/ Tasks view, and pane size correct. However if you close on Mail view, and closed evolution like that, on your rerun it'll start w/ Mail view. The problem occurs in here, and when you switch to Tasks, it ignores the gconf setting. Trying to figure out why it happens.
Completed patch sent to the list. Waiting for approval.
Committed patch to CVS.