CASA Tray icon was not showing in linux. Fixed.
This commit is contained in:
		| @@ -49,7 +49,7 @@ namespace Novell.CASA.GUI | ||||
| 		private static string iconfile = "/usr/share/doc/packages/CASA/images/CASA_22.png"; | ||||
| 		private static Gtk.IconSet iconset = new IconSet(new Gdk.Pixbuf(iconfile)); | ||||
| 		private static Gtk.Image m_imageUnlocked = new Gtk.Image(iconset, IconSize.Menu);	 | ||||
| 		private static string iconfileLocked = "/usr/share/doc/packages/CASA/images/CASA_22_Locked.png"; | ||||
| 		private static string iconfileLocked = "/usr/share/doc/packages/CASA/images/CASA_22.png"; | ||||
| 		private static Gtk.IconSet iconLocked = new IconSet(new Gdk.Pixbuf(iconfileLocked)); | ||||
| 		private static Gtk.Image m_imageLocked = new Gtk.Image(iconLocked, IconSize.Menu);	 | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user