mirror of
https://github.com/moparisthebest/FireTray
synced 2025-01-10 13:08:01 -05:00
fix path of emebedded new-mail icon
This commit is contained in:
parent
095fa07c0c
commit
f1960bbed8
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user