Closed
Bug 114811
Opened 24 years ago
Closed 24 years ago
Show ALL search icons in search menus
Categories
(SeaMonkey :: Search, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
References
Details
Attachments
(1 file, 1 obsolete file)
2.83 KB,
patch
|
sdagley
:
review+
|
Details | Diff | Splinter Review |
Show ALL search icons in search menus. If we have an associated image (gif,
jpeg, etc) for a search file, use it... otherwise, on a Mac fallback to using a
"moz-icon:" reference directly to the search file.
Assignee | ||
Comment 1•24 years ago
|
||
Comment 3•24 years ago
|
||
rather than creating a nsFileSpec with the path & making a nsFileURL for it, you
can do something like this:
nsXPIDLCString fileURL;
file->GetURL(getter_Copies(fileURL));
and append that to the iconURL string..
(for both the file & icon blocks)
do that, and (s)r=ben@netscape.com.
Assignee | ||
Comment 4•24 years ago
|
||
Ben: Excellent, will do.
Assignee | ||
Comment 5•24 years ago
|
||
Attachment #61409 -
Attachment is obsolete: true
Comment 6•24 years ago
|
||
Comment on attachment 61819 [details] [diff] [review]
Incorporate ben's suggestions, and fix up indentation
r=sdagley
Attachment #61819 -
Flags: review+
Assignee | ||
Comment 7•24 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
mass-verifying claudius' Fixed bugs which haven't changed since 2001.12.31.
if you think this particular bug is not fixed, please make sure of the following
before reopening:
a. retest with a *recent* trunk build.
b. query bugzilla to see if there's an existing, open bug (new, reopened,
assigned) that covers your issue.
c. if this does need to be reopened, make sure there are specific steps to
reproduce (unless already provided and up-to-date).
thanks!
[set your search string in mail to "AmbassadorKoshNaranek" to filter out these
messages.]
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•