After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336831 - [PATCH] Convert from popt to GOption
[PATCH] Convert from popt to GOption
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Other
cvs (head)
Other Linux
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
: 342195 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-04-01 13:32 UTC by Michael Terry
Modified: 2006-07-03 07:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (14.81 KB, patch)
2006-04-01 13:33 UTC, Michael Terry
none Details | Review
gnome-vfs-cvs-head-popt-to-goption.patch (18.32 KB, patch)
2006-05-18 16:01 UTC, Saleem Abdulrasool
none Details | Review
gnome-vfs-cvs-head-popt-to-goption.patch (18.32 KB, patch)
2006-05-18 16:01 UTC, Saleem Abdulrasool
none Details | Review

Description Michael Terry 2006-04-01 13:32:20 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.
Comment 1 Michael Terry 2006-04-01 13:33:03 UTC
Created attachment 62536 [details] [review]
Proposed patch
Comment 2 Sebastien Bacher 2006-05-18 10:10:11 UTC
*** Bug 342195 has been marked as a duplicate of this bug. ***
Comment 3 Saleem Abdulrasool 2006-05-18 16:01:35 UTC
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).
Comment 4 Saleem Abdulrasool 2006-05-18 16:01:49 UTC
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.
Comment 5 Alexander Larsson 2006-07-03 07:16:37 UTC
Commited. Thanks.