GNOME Bugzilla – Bug 335877
Patch to change EOG over to GOption
Last modified: 2006-03-27 00:36:58 UTC
This patch modifies EOG to use the GOption system, rather than Popt.
Created attachment 61938 [details] [review] Patch to convert EoG to GOption
Created attachment 61939 [details] [review] Patch to make eog use goption Uh, yeah, you were apparently doing this at the exact same time. My patch is 90% the same, but it throws the option parsing into gnome_program_init, and supports help translation. But, uh, it's pretty much the same. I'm just attaching it because I have it, basically.
I'll stay with Michael's patch, ok? Thanks for the report and patches guys. 2006-03-26 Lucas Rocha <lucasr@gnome.org> GOption migration (Fixes bug #335877). Patch from Michael Plump <plumpy@skylab.org> * configure.in: remove popt dependencie. * src/main (main, handle_cmdline_args): use GOption instead of popt.