Re: UI manager problem, more concise

2005-09-07 Thread HuamiSoft Hubert Sokolowski
On Wed, 7 Sep 2005 20:51:26 +1000 Nick Watts <[EMAIL PROTECTED]> wrote: > Umm, lets see. I have a whole bunch of UImanager code, but none of it causes > an error until I get to this: > > if (!gtk_ui_manager_add_ui_from_string (ui, ui_info, -1, &error)) > { > g_message ("building menus failed: %s

UI manager problem, more concise

2005-09-07 Thread Nick Watts
Umm, lets see. I have a whole bunch of UImanager code, but none of it causes an error until I get to this: if (!gtk_ui_manager_add_ui_from_string (ui, ui_info, -1, &error)) { g_message ("building menus failed: %s", error->message); g_error_free (error); } The weird thing is that although I get a