After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 342517 - Starting "edit prefs" in tabbed layout switches pane
Starting "edit prefs" in tabbed layout switches pane
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other All
: Normal trivial
: 1.0
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2006-05-21 20:13 UTC by Martin Zuziak
Modified: 2006-06-27 22:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (1.61 KB, patch)
2006-06-27 22:28 UTC, Charles Kerr
none Details | Review

Description Martin Zuziak 2006-05-21 20:13:54 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:
Comment 1 Charles Kerr 2006-06-27 22:28:21 UTC
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.