rcmorano / gnome-shell-gnome2-notifications

GNOME Shell extension to provide a gnome2-like notifications/tray icons
22 stars 7 forks source link

TypeError: icon is undefined #10

Closed diluvium closed 12 years ago

diluvium commented 12 years ago

Ran into this on Gnome 3.2.1 on Gentoo. Changing

icon = Main.messageTray._summaryItems[i].source._trayIcon;

to

let icon = Main.messageTray._summaryItems[i].source._trayIcon;

fixed it

rcmorano commented 12 years ago

Fixed!

Many thanks :]