[Gtk-sharp-list] Reloading Option Menu Do Not Work

Miguel de Icaza miguel@ximian.com
15 Mar 2003 16:07:54 -0500


Hola,

> This code doesn't work as expected, I think.

When changing the menu, you need to show the MenuItem:

	menu.Show ()

I tried that and it worked.

Miguel