This commit is contained in:
Jim Norman 2005-10-12 17:13:47 +00:00
parent 875dba1df4
commit d3c42c3f5d

View File

@ -79,7 +79,7 @@ namespace Novell.CASA.GUI
notifyIcon.Text = "CASA Manager"; notifyIcon.Text = "CASA Manager";
notifyIcon.Visible = true; notifyIcon.Visible = true;
#endif #endif
#if W32 #if LINUX
/* in order to receive signals, we need a eventbox, because Gtk.Image doesn't receive signals */ /* in order to receive signals, we need a eventbox, because Gtk.Image doesn't receive signals */
EventBox eb = new EventBox(); EventBox eb = new EventBox();
eb.Add(new Image(Stock.MissingImage, IconSize.Menu)); // using stock icon eb.Add(new Image(Stock.MissingImage, IconSize.Menu)); // using stock icon