GNOME Bugzilla – Bug 328094
Bug when opening the dialog two times and setting different values
Last modified: 2006-02-14 21:13:31 UTC
Please describe the problem: Here is the problem: Steps to reproduce: 1. Open two "prefered applications" dialogs 2. change the "open link in new tab" option to another choice Actual results: See that it begin to switch from one choice to the other infinitely Expected results: When option change on one dialog the other should be updated according to the new choice Does this happen every time? yes Other information: All preference windows can be opened multiple times, is it normal ? I think that if we open a second time the System->preferences->"prefered applications" (or others) it shouldn't make a new dialog but just make the existing one active...
Created attachment 57854 [details] [review] preferred-apps-flickering-radio-buttons.patch I can't reproduce your exact behaviour, but I see a strong radio buttons flickering when clicking them (sometimes I have to click them twice to have the option selected). The attached patch should fix the problem. Xavier, can you test it, please? As for applet multiple instances, I don't see any problem. Since they are just gconf graphical representation, you can have as many as you want, given that they are all synched.
Seems to fix my problem, thanks !
Fixes the issue here as well. I was seeing the same behavior as you, Luca. Marking NEW so that this gets committed.
Luca, can you commit then and close the bug if this is ok?
Done. My first commit :)