[Gtk-sharp-list] PanelApplet issue

Mike Kestner mkestner at novell.com
Thu Jul 27 15:45:01 EDT 2006


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 <mkestner at novell.com>



More information about the Gtk-sharp-list mailing list