GNOME Bugzilla – Bug 384673
PNG Default Settings
Last modified: 2006-12-11 13:29:03 UTC
Please describe the problem: When a user profile is created, there are no default PNG settings included. Steps to reproduce: 1. File > New Image 2. File > Save As... 3. Select .png 4. On the options dialog click the "Load Defaults" button... Actual results: Message: "Could not load PNG defaults" Expected results: Load default settings for a png file. Does this happen every time? No. Once the user clicks the save button once, it will work. Other information: This only happens on a profile where the save button has not be clicked before...
I fail to see how that is a bug. If you haven't saved any PNG settings, the plug-in uses the defaults.
Your right, technically it's not bug as far as the program not working as coded(I really didn't know what category to put it in)... I was just trying to point out that there are no settings included as default. Most users are not used to having to save their own default settings first. Usually there is something to start with - No biggie...
You misunderstood the whole thing completely. But anyway, I think I changed the code now to avoid this misunderstanding: 2006-12-11 Sven Neumann <sven@gimp.org> * plug-ins/common/png.c: reset to factory defaults instead of popping up a warning dialog when the user clicks "Load Defaults" and hasn't saved default values yet (bug #384673).