1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-08-13 15:53:47 -04:00

fix path of emebedded new-mail icon

This commit is contained in:
foudfou 2012-03-12 01:07:28 +01:00
parent 095fa07c0c
commit f1960bbed8
2 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ firetray.StatusIcon = {
// TODO: make related options
this.themedIconApp = this.initThemedIcon(["indicator-messages", "applications-email-panel", firetray.Handler.appNameOriginal.toLowerCase()]);
// TODO: check that embedded mail-message-new.png is found !
this.themedIconNewMail = this.initThemedIcon(["indicator-messages-new", "mail-message-new"]);
this.trayIcon = gtk.gtk_status_icon_new();