GNOME Bugzilla – Bug 336831
[PATCH] Convert from popt to GOption
Last modified: 2006-07-03 07:16:37 UTC
For GNOME Goals (http://live.gnome.org/GnomeGoals/PoptGOption). Only particularly noteworthy thing is that I removed command line option support from test-symlinks, as it wasn't using the current support at all. Curiously, it had been requiring an argument but never used it. Go figure.
Created attachment 62536 [details] [review] Proposed patch
*** Bug 342195 has been marked as a duplicate of this bug. ***
Created attachment 65779 [details] [review] gnome-vfs-cvs-head-popt-to-goption.patch This patch removes the extra option from test-async-directory (sort is unused).
Created attachment 65780 [details] [review] gnome-vfs-cvs-head-popt-to-goption.patch This patch removes the extra option from test-async-directory (sort is unused) in addition to converting to goption.
Commited. Thanks.