This commit is contained in:
parent
875dba1df4
commit
d3c42c3f5d
@ -79,7 +79,7 @@ namespace Novell.CASA.GUI
|
||||
notifyIcon.Text = "CASA Manager";
|
||||
notifyIcon.Visible = true;
|
||||
#endif
|
||||
#if W32
|
||||
#if LINUX
|
||||
/* in order to receive signals, we need a eventbox, because Gtk.Image doesn't receive signals */
|
||||
EventBox eb = new EventBox();
|
||||
eb.Add(new Image(Stock.MissingImage, IconSize.Menu)); // using stock icon
|
||||
|
Loading…
Reference in New Issue
Block a user