On Thu, 2006-07-27 at 11:30 +0200, Tobias Schlitt wrote:
> Hi all!
> 
> I'm quite new to Mono, so please forgive me stupid errors. Thanks!
> 
> My Problem relates to the PanelApplet class which I am using to write
> some Gnome panel applets. So far it works quite well, but on certain
> actions the applet crashes with a stack trace and I don't really have an
> approach to search for the reason.

I'm wondering if the delegates are getting GC'd.  It doesn't look like
we are holding a ref to the BonoboUIVerb[] or anything so that the
delegates would stay alive.

What happens if you hold a ref to the BonoboUIVerb[] that you pass to
SetupMenu ()?

-- 
Mike Kestner <[EMAIL PROTECTED]>

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to