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 108220 - signature colour change
signature colour change
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-0.14.0 betas
Other Linux
: Normal normal
: 0.14.0
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2003-03-12 18:11 UTC by TRB
Modified: 2006-06-18 05:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description TRB 2003-03-12 18:11:53 UTC
I changed the signature colour in Edit -> Preferences -> Body Pane and 
closed Pan. On re-opening I get the error message quoted below and the 
signature colour has reverted to diarrhoea.




** (pan:1538): CRITICAL **: file pan-config.c: line 170 
(config_scan_children): assertion `key_len>0' failed




In config.xml, the following entry was added under <section key="Display">:


<section key="">


				<section key="Pan">


					<section key="Display">


						<value key="signature_color_r" type="n">65535</value>


					</section>


				</section>


			</section>


			<section key="">


				<section key="Pan">


					<section key="Display">


						<value key="signature_color_g" type="n">0</value>


					</section>


				</section>


			</section>


			<section key="">


				<section key="Pan">


					<section key="Display">


						<value key="signature_color_b" type="n">0</value>


					</section>


				</section>


			</section>


			<section key="">


				<section key="Pan">


					<section key="Display">


						<value key="signature_color_r" type="n">65535</value>


					</section>


				</section>


			</section>


			<section key="">


				<section key="Pan">


					<section key="Display">


						<value key="signature_color_g" type="n">0</value>


					</section>


				</section>


			</section>


			<section key="">


				<section key="Pan">


					<section key="Display">


						<value key="signature_color_b" type="n">0</value>


					</section>


				</section>


			</section>




It appears that instead of just adding the <value.....>, the whole string 
gets added with too many recursive section entries.




Thanks.