Modify ↓
Opened 19 years ago
Closed 18 years ago
#1266 closed defect (duplicate)
x.png file not found
| Reported by: | phpxcache | Owned by: | Noah Kantrowitz |
|---|---|---|---|
| Priority: | normal | Component: | MasterTicketsPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Jeffrey Hulten | Trac Release: | 0.10 |
Description (last modified by )
Index: setup.py
===================================================================
--- setup.py (revision 2071)
+++ setup.py (working copy)
@@ -7,7 +7,7 @@
name = 'TracMasterTickets',
version = '1.0',
packages = ['mastertickets'],
- package_data = { 'mastertickets': ['htdocs/*.js', 'htdocs/*.css' ] },
+ package_data = { 'mastertickets': ['htdocs/*.js', 'htdocs/*.css', 'htdocs/*.png', 'htdocs/*.jpg', 'htdocs/*.gif' ] },
author = "Noah Kantrowitz",
author_email = "coderanger@yahoo.com",
Attachments (0)
Change History (1)
comment:1 Changed 18 years ago by
| Cc: | Jeffrey Hulten added; anonymous removed |
|---|---|
| Description: | modified (diff) |
| Resolution: | → duplicate |
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



Duplicate of #1473.