Bug 152009 - Advanced Preferences are not working (xul/xml error)
Summary: Advanced Preferences are not working (xul/xml error)
Keywords:
Status: CLOSED DUPLICATE of bug 151977
Alias: None
Product: Fedora
Classification: Fedora
Component: thunderbird
Version: 3
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Christopher Aillon
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-24 11:03 UTC by drago01
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-24 11:46:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description drago01 2005-03-24 11:03:44 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.6) Gecko/20050323 Firefox/1.0.2 Fedora/1.0.2-1.3.1

Description of problem:
When I go Edit->Preferences->Advanced I get this error:
-------------
XML Parsing Error: not-wellformed
Location: chrome://messenger/content/pref-advanced.xul
Line 208,Column 5
--------------

Version-Release number of selected component (if applicable):
thunderbird-1.0.2-1.3.1

How reproducible:
Always

Steps to Reproduce:
1. go Edit->Preferences
2. press advanced
3. see the errormessage
  

Actual Results:  error message, no form that allows me to edit the preferences

Expected Results:  no error , show preferences form

Additional info:

N/A

Comment 1 drago01 2005-03-24 11:36:06 UTC
I downloaded the source and tryed to fix this bug but I could not find any error
in mail/components/prefwindow/content/pref-advanced.xul 
<menulist id="notInToCcPref" prefstring="mail.mdn.report.not_in_to_cc">
                <menupopup>
                  <menuitem value="0" label="&neverSend.label;"/>
                  <menuitem value="1" label="&alwaysSend.label;"/> <-- line 208
                  <menuitem value="2" label="&askMe.label;"/>
                </menupopup>
</menulist>
this is correct... so why is the parser showing an error? I will try to
recompile to see If something happend during the build process.

Comment 2 drago01 2005-03-24 11:46:12 UTC

*** This bug has been marked as a duplicate of 151977 ***


Note You need to log in before you can comment on or make changes to this bug.