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 635121 - language-support-cpp-java: fix invalid read of paranthese-size setting
language-support-cpp-java: fix invalid read of paranthese-size setting
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: language-support-c-cpp-java
unspecified
Other All
: Normal normal
: ---
Assigned To: Naba Kumar
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-17 22:41 UTC by Carl-Anton Ingmarsson
Modified: 2010-11-17 23:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
language-support-cpp-java: fix invalid read of paranthese-size setting (1.18 KB, patch)
2010-11-17 22:41 UTC, Carl-Anton Ingmarsson
committed Details | Review

Description Carl-Anton Ingmarsson 2010-11-17 22:41:49 UTC
Since paranthese-size is an int and not a boolean, weh should use the correct getter.
Comment 1 Carl-Anton Ingmarsson 2010-11-17 22:41:51 UTC
Created attachment 174726 [details] [review]
language-support-cpp-java: fix invalid read of paranthese-size setting
Comment 2 Johannes Schmid 2010-11-17 23:30:53 UTC
Review of attachment 174726 [details] [review]:

Thanks for catching this!