Add icon buttons to notifications

Now if an id is passed to Notification.addButton that matches a theme icon,
it will be displayed as an icon.  This is another in the implement the
music player mockups series.
http://live.gnome.org/GnomeShell/Design/Guidelines/MessageTray/MusicPlayer

https://bugzilla.gnome.org/show_bug.cgi?id=621014
This commit is contained in:
Matt Novenstern
2010-06-11 23:19:18 +02:00
committed by Florian Müllner
parent a94978db36
commit d1e1afdaab
3 changed files with 26 additions and 3 deletions

View File

@ -245,8 +245,9 @@ NotificationDaemon.prototype = {
// 'body-images',
'body-markup',
// 'icon-multi',
'icon-static'
'icon-static',
// 'sound',
'x-gnome-icon-buttons'
];
},