Bug 97361 - GIMP does not remember "use restart marker" setting in JPEG-plugin
Bug#: 97361 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: bombe@pterodactylus.net
Component: Ebuilds
URL: 
Summary: GIMP does not remember "use restart marker" setting in JPEG-plugin
Keywords:  
Status Whiteboard: 
Opened: 2005-06-28 18:31 0000
Description:   Opened: 2005-06-28 18:31 0000
When saving an image as jpeg GIMP remembers the used settings for the next time
you save an image as jpeg, except for the "use restart marker" settings which is
always reset to false.

Reproducible: Always
Steps to Reproduce:
1. emerge gimp
2. create image
3. save as jpeg
4. save as jpeg again

Actual Results:  
The "use restart marker" setting was reset to false.

Expected Results:  
Use the previous setting for "use restart marker".

Well, this is actually an upstream bug but as gnome.org is currently moving I
just wanted to share the patch.

------- Comment #1 From David 'Bombe' Roden 2005-06-28 18:33:13 0000 -------
Created an attachment (id=62209) [details]
Fix for the aforementioned problem.

Create a new ebuild in your local portage overlay and include this patch in
src_unpack.

------- Comment #2 From John N. Laliberte (RETIRED) 2005-06-30 18:59:58 0000 -------
For reference heres the gnome bug:
http://bugs.gnome.org/show_bug.cgi?id=309091

Great, I confirmed the bug as well.

Will apply this patch soon, Thanks!

------- Comment #3 From John N. Laliberte (RETIRED) 2005-06-30 19:59:22 0000 -------
patch applied and tested. in 2.2.8-r1, Thanks again.