GNOME Bugzilla – Bug 119157
Compilation error on capplets/common/gconf-property-editor.c
Last modified: 2004-12-22 21:47:04 UTC
Line 258 of gconf-property-editor.c has an undeclared variable gconf_property_editor. I think this should be changed to 'peditor' as that variable has been declared. My patch reflects this 'thought'. This change compiles on RH7.2 Compiler error: gconf-property-editor.c: In function `gconf_property_editor_set_prop': gconf-property-editor.c:258: `gconf_property_editor' undeclared (first use in this function) gconf-property-editor.c:258: (Each undeclared identifier is reported only once gconf-property-editor.c:258: for each function it appears in.) make[3]: *** [gconf-property-editor.lo] Error 1
Created attachment 18919 [details] [review] Correct variable name in gconf-property-editor.c
I moving this to version HEAD (which wasn't an option until just now when I pinged Luis)--this bug appeared with a commit to CVS as of yesterday. I'm also marking priority up. I too am experiencing this problem--the patch works for me (as far as compiling is concerned anyway; I didn't look at it to see what it did). I'm adding the bugsquad keyword as well.
This was fixed yesterday. Sorry about that.