GNOME Bugzilla – Bug 478303
Image load preference no longer working
Last modified: 2007-09-20 15:14:00 UTC
The image load preference (View -> Images -> Always/Never) no longer works. The reason is that the mozilla configuration key name changed from Network.image.imageBehavior to permissions.default.image.
Created attachment 95840 [details] [review] Fixes the image load preference Please find attached patch which fixes the mozilla configuration key for the Image Load Preference, as well as the key value mapping.
Created attachment 95841 [details] [review] Fixes the image load preference Please find attached patch which fixes the mozilla configuration key for the Image Load Preference, as well as the key value mapping.
Sorry for the attachment dupe, bugzilla.gnome.org is horribly broken and slow today.
yep. see svn revision 8909 *** This bug has been marked as a duplicate of 347346 ***
No, the fix in SVN is incorrect. You only changed the key name. The kep value mapping changed as well. See http://kb.mozillazine.org/Permissions.default.image. Check my patch, which I already pushed upstream to Fedora and is well tested. I changed the implementation of radio_group_set_from_value() so that it doesn't depend on the ordering of the GtkRadioActionEntry arrays.
I see. Well, perhaps if the patch is redone for svn using the versioning defines philipl won't mind somebody committing it.
Created attachment 95856 [details] [review] Fixes image load preference Here's the reworked patch, based on svn trunk :-)
Thanks. Now checked in.