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 320390 - gconf-editor --help does not show that you can put a key behind it
gconf-editor --help does not show that you can put a key behind it
Status: RESOLVED FIXED
Product: gconf-editor
Classification: Applications
Component: general
git master
Other All
: Normal minor
: ---
Assigned To: Gconf Editor Maintainers
Gconf Editor Maintainers
Depends on: 335032
Blocks:
 
 
Reported: 2005-11-01 12:48 UTC by Kristof Vansant
Modified: 2006-05-09 06:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
move to goption (3.61 KB, patch)
2006-04-23 12:48 UTC, Kristof Vansant
none Details | Review
move to goption and use -key option (3.61 KB, patch)
2006-04-23 13:22 UTC, Kristof Vansant
none Details | Review

Description Kristof Vansant 2005-11-01 12:48:22 UTC
Please describe the problem:
I had to find out about this function by looking at the code

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Kristof Vansant 2006-04-23 12:48:02 UTC
Created attachment 64144 [details] [review]
move to goption

removes popt dependency
Comment 2 Kristof Vansant 2006-04-23 13:22:37 UTC
Created attachment 64147 [details] [review]
move to goption and use -key option

fixes little bug
Comment 3 Fernando Herrera 2006-05-09 06:20:24 UTC
Thank you for the patch. I applied a mix of them :)

2006-05-09  Fernando Herrera  <fherrera@onirica.com>

        * configure.in:
        * src/main.c: (main): Port to GOption. Patches and code from
        Paolo Borelli, Christian Persch and Kristof Vansant. Fixes
        bugs #335032 and #320390.