Skip to content

Commit

Permalink
Somebug fix Download menu
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.getfiregpg.org/firegpg@571 1e1cc2a3-b62a-0410-bc93-fb3b3b0a0737
  • Loading branch information
theglu committed Jul 9, 2009
1 parent 5370943 commit cdec726
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2009-07-09 Maximilien Cuony
* Improving gmail detection
* FS#321
* FS#304
* Begining download menu

2009-07-08 Maximilien Cuony
* Assistant done, except translations

Expand Down
7 changes: 4 additions & 3 deletions chrome.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ locale firegpg vi locale/vi/
locale firegpg zh-CN locale/zh-CN/
locale firegpg zh-TW locale/zh-TW/
skin firegpg classic/1.0 skin/
overlay chrome://browser/content/browser.xul chrome://firegpg/content/Core/firefoxOverlay.xul
overlay chrome://webrunner/content/webrunner.xul chrome://firegpg/content/Core/prismeOverlay.xul
style chrome://global/content/customizeToolbar.xul chrome://firegpg/skin/overlay.css
overlay chrome://browser/content/browser.xul chrome://firegpg/content/Core/firefoxOverlay.xul
overlay chrome://webrunner/content/webrunner.xul chrome://firegpg/content/Core/prismeOverlay.xul
overlay chrome://mozapps/content/downloads/downloads.xul chrome://firegpg/content/Core/downloadMangerOverlay.xul
style chrome://global/content/customizeToolbar.xul chrome://firegpg/skin/overlay.css
Binary file added skin/assisantbad.png.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions skin/centrejust.png
Binary file added skin/hash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions skin/overlay.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
list-style-image: url("chrome://firegpg/skin/manager.png");
}

.firegpg-menu-hash {
list-style-image: url("chrome://firegpg/skin/hash.png");
}

.firegpg-menu {
list-style-image: url("chrome://firegpg/skin/firegpg.png");
}
Expand Down

0 comments on commit cdec726

Please sign in to comment.