Closed
Bug 506544
Opened 16 years ago
Closed 16 years ago
*** No preference found for search-enable when viewing preferences | advanced
Categories
(Thunderbird :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b4
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
Attachments
(1 file)
3.27 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
When viewing preferences, I keep getting
*** No preference found for search-enable
in the native console. We don't have a native search integration for linux, and we don't define the pref.
Attachment #390721 -
Flags: review?(bugzilla)
Updated•16 years ago
|
Attachment #390721 -
Flags: review?(bugzilla) → review+
Comment 1•16 years ago
|
||
Comment on attachment 390721 [details] [diff] [review]
proposed fix
>+#else
>+ <preference id="searchintegration.enable"
>+ name="mail.XXX.enable"
>+ type="bool"/>
> #endif
Can you just add a one-line comment here noting that this isn't implemented on all systems? Hence the pref name.
r=Standard8 with the comment.
Assignee | ||
Comment 2•16 years ago
|
||
changeset: 3158:32a58120ea69
http://hg.mozilla.org/comm-central/rev/32a58120ea69
->FIXED
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
This apparently caused a regression on Windows (bug 507203, patch posted) making the whole pref pane disappear.
Depends on: 507203
You need to log in
before you can comment on or make changes to this bug.
Description
•