GNOME Bugzilla – Bug 344867
custom paper file could use keyfile
Last modified: 2006-06-14 16:49:10 UTC
The ~/.gtk-custom-papers file currently has a home-cooked format with a custom parser in gtkpagesetupunixdialog.c. IMHO this should just use a GKeyFile instead, which has a well-tested parser in glib.
Created attachment 67338 [details] [review] proposed patch
2006-06-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpagesetupunixdialog.c: Use GKeyFile for the custom filename storage. (#344867, Christian Persch)