Use casa icon for tray on linux.
This commit is contained in:
parent
f0b46cb64f
commit
62adabbaa1
@ -46,8 +46,9 @@ namespace Novell.CASA.GUI
|
||||
Egg.TrayIcon icon;
|
||||
EventBox eb;
|
||||
private Gtk.Image m_imageLocked = new Image("images/CASA_16.png", IconSize.Menu);
|
||||
private Gtk.Image m_imageUnlocked = new Image(Stock.Find, IconSize.Menu);
|
||||
|
||||
private static string iconfile = "/usr/share/doc/packages/CASA/images/CASAicons.ico";
|
||||
private static Gtk.IconSet iconset = new IconSet(new Gdk.Pixbuf(iconfile));
|
||||
private static Gtk.Image m_imageUnlocked = new Gtk.Image(iconset, IconSize.Menu);
|
||||
#endif
|
||||
|
||||
private static CasaMain mCasaMain = null;
|
||||
|
Loading…
Reference in New Issue
Block a user