Bug 12815 - Two image files not included in project file
Summary: Two image files not included in project file
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 12:23 PST by Lars Næsbye Christensen
Modified: 2007-02-20 02:46 PST (History)
0 users

See Also:


Attachments
adds the two images to the project's path (4.13 KB, patch)
2007-02-19 12:25 PST, Lars Næsbye Christensen
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Næsbye Christensen 2007-02-19 12:23:41 PST
Two PNG images from a previous patch have not been included in the WebCore.xcodeproj project, so they don't get included in the build. The cursor images for CSS selectors cursor style: crosshair and not-allowed are therefore not shown.
Comment 1 Lars Næsbye Christensen 2007-02-19 12:25:06 PST
Created attachment 13247 [details]
adds the two images to the project's path
Comment 2 Maciej Stachowiak 2007-02-19 15:25:03 PST
Comment on attachment 13247 [details]
adds the two images to the project's path

r=me
Comment 3 Alexey Proskuryakov 2007-02-20 02:46:21 PST
Committed revision 19728.

I had to edit the ChangeLog to actually mention what the patch does.