diff --git a/CASA/gui/CasaTray.cs b/CASA/gui/CasaTray.cs index e2f1fb14..fdec2498 100644 --- a/CASA/gui/CasaTray.cs +++ b/CASA/gui/CasaTray.cs @@ -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;