GNOME Bugzilla – Bug 635121
language-support-cpp-java: fix invalid read of paranthese-size setting
Last modified: 2010-11-17 23:33:38 UTC
Since paranthese-size is an int and not a boolean, weh should use the correct getter.
Created attachment 174726 [details] [review] language-support-cpp-java: fix invalid read of paranthese-size setting
Review of attachment 174726 [details] [review]: Thanks for catching this!