GNOME Bugzilla – Bug 342517
Starting "edit prefs" in tabbed layout switches pane
Last modified: 2006-06-27 22:29:14 UTC
Please describe the problem: Version 0.98. If in tabbed layout and the header or body pane is active, selecting Edit->Edit Preferences... makes the group pane active instead. The active pane should not be changed. Steps to reproduce: 1. Activate tabbed layout 2. Activate the header pane 3. Select Edit Preferences from the Edit menu Actual results: The group pane becomes active. Expected results: The active pane should not change. Does this happen every time? Yes. Other information:
Created attachment 68090 [details] [review] proposed fix Fixes two bugs: (1) don't set the prefs object as a side-effect of initializing the prefs GUI. (2) in the prefs object, don't fire a change event if the field's new value is the same as the old value.