GNOME Bugzilla – Bug 322414
Evolution doesn't respect to a key's change in gconf
Last modified: 2013-09-13 01:00:49 UTC
Please describe the problem: If you select a folder in Evolution and change the value of /apps/evolution/mail/display/show_preview through gconf-editor, the evolution does nothing to reflect the change. Steps to reproduce: 1. Open evolution and select a folder, such as Inbox. 2. Open gconf-editor and select /apps/evolution/mail/display/show_preview. 3. If the folder already has a preview pane, set show_preview to False. Otherwise, set True. Actual results: The folder doesn't show/hide the preview pane even if you have set show_preview to True/False. Expected results: The folder should show/hide its preview pane when setting show_previw to True/False. Does this happen every time? Yes Other information: It helps central management if Evolution respect to show_previw's change in gconf.
Created attachment 55219 [details] [review] patch
confirming; thanks for the patch
Thanks for the patch. Looks good.
Patch committed into CVS HEAD. Please mark this bug as fixed.
fwiw, you do not need to add \0 to the end of literal strings, they are there by definition.
Thank you, jeffrey.