GNOME Bugzilla – Bug 140007
Search option for GConf-editor dose not exist
Last modified: 2004-12-22 21:47:04 UTC
Since searching a key within the tree structure is very difficult when the tree size is large. It is very essential to have a searching mechanism for this purpose.
Created attachment 26641 [details] [review] the attachment gives the implementation of search option for gconf-editor This patch requires that two new files gconf-find-dialog.h and gconf-find-dialog.c need to be created , before testing this patch in the gconf-editor. The content of the files is clearly shown in the patch. Any comments on this are considered, and we work for the improvements.
Hi Sujay! Thanks for your work. I've updated you patch in order to apply it cleanly. It had lines wrapped (maybe you text editor did it). Also, when adding new files, it's better to include them in the patch (I usually do a plain diff between two directories). Also for the next time try to do the patch against cvs HEAD and only with the changes for this bug (your patch cointained some schemas stuff, probabily from another old patch). I'll make this bug a duplicate of #82902 and I'll attach you patch there, and also will comment there. *** This bug has been marked as a duplicate of 82902 ***