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 119157 - Compilation error on capplets/common/gconf-property-editor.c
Compilation error on capplets/common/gconf-property-editor.c
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
git master
Other Linux
: Immediate critical
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-08-05 09:57 UTC by Damien Carbery
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Correct variable name in gconf-property-editor.c (917 bytes, patch)
2003-08-05 09:58 UTC, Damien Carbery
none Details | Review

Description Damien Carbery 2003-08-05 09:57:29 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
Comment 1 Damien Carbery 2003-08-05 09:58:00 UTC
Created attachment 18919 [details] [review]
Correct variable name in gconf-property-editor.c
Comment 2 Elijah Newren 2003-08-05 16:43:33 UTC
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.
Comment 3 Jonathan Blandford 2003-08-08 03:26:15 UTC
This was fixed yesterday.  Sorry about that.