From f19c024432a98e940057ade392c1317542a786bf Mon Sep 17 00:00:00 2001 From: Jim Norman Date: Wed, 12 Oct 2005 22:50:50 +0000 Subject: [PATCH] --- c_gui/CasaTray.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/c_gui/CasaTray.cs b/c_gui/CasaTray.cs index adc1987a..d689bcbd 100644 --- a/c_gui/CasaTray.cs +++ b/c_gui/CasaTray.cs @@ -21,10 +21,10 @@ namespace Novell.CASA.GUI public static System.Drawing.Icon m_iconNormal; public static System.Drawing.Icon m_iconLocked; #endif -#if W32 +#if LINUX EventBox eb; - private Gtk.Image m_imageLocked = new Image("gtk-dialog-authentication", IconSize.Menu); - private Gtk.Image m_imageUnlocked = new Image(Stock.MissingImage, IconSize.Menu); + private Gtk.Image m_imageLocked = new Image("../images/CASA_16.png", IconSize.Menu); + private Gtk.Image m_imageUnlocked = new Image("../images/CASA_16.png", IconSize.Menu); #endif