App menu not popping up any more after upgrading to Fremantle Beta2

2009-07-27 Thread Luca Donaggio
After upgrading my SDK to Fremantle Beta2, I'm not able to click on the window title bar of my applications to bring up its menu any more. I recompiled my app (mrawviewer, it's in extras-devel) and restarted the whole scratchbox environment but to no use. Even using the hardware key (F4) method

Re: App menu not popping up any more after upgrading to Fremantle Beta2

2009-07-27 Thread Alberto Garcia
On Mon, Jul 27, 2009 at 04:42:48PM +0200, Luca Donaggio wrote: After upgrading my SDK to Fremantle Beta2, I'm not able to click on the window title bar of my applications to bring up its menu any more. Make sure that you're showing all menu items. A call to gtk_widget_show_all(menu) after

Re: App menu not popping up any more after upgrading to Fremantle Beta2

2009-07-27 Thread Luca Donaggio
Thanks Alberto, now it works! I'm wondering why was it working before (Beta1) when I was doing a gtk_widget_show_all() on the main window only? Luca Donaggio On Mon, Jul 27, 2009 at 4:49 PM, Alberto Garcia agar...@igalia.com wrote: On Mon, Jul 27, 2009 at 04:42:48PM +0200, Luca Donaggio

Re: App menu not popping up any more after upgrading to Fremantle Beta2

2009-07-27 Thread Alberto Garcia
On Mon, Jul 27, 2009 at 05:27:31PM +0200, Luca Donaggio wrote: Thanks Alberto, now it works! I'm wondering why was it working before (Beta1) when I was doing a gtk_widget_show_all() on the main window only? It was a bug in the menu; it was showing the widgets for you. Berto

Re: App menu not popping up any more after upgrading to Fremantle Beta2

2009-07-27 Thread Thomas Perl
2009/7/27 Alberto Garcia agar...@igalia.com: On Mon, Jul 27, 2009 at 05:27:31PM +0200, Luca Donaggio wrote: Thanks Alberto, now it works! I'm wondering why was it working before (Beta1) when I was doing a gtk_widget_show_all() on the main window only? It was a bug in the menu; it was