GNOME Bugzilla – Bug 559249
GLib-GObject-WARNING **: invalid cast from `GtkHBox' to `GtkHandleBox'
Last modified: 2008-11-04 14:53:47 UTC
Please describe the problem: When I click-right on the toolbar, I get a warning in the console. (gnumeric:17861): GLib-GObject-WARNING **: invalid cast from `GtkHBox' to `GtkHandleBox' Steps to reproduce: 1. Use Gnome, with gconf setting /desktop/gnome/interface/toolbar_detachable set to FALSE (the default) 2. Start gnumeric from terminal 3. Click-right on the toolbar. Actual results: In the terminal you see the warning: (gnumeric:17861): GLib-GObject-WARNING **: invalid cast from `GtkHBox' to `GtkHandleBox' Expected results: No warning at all. Does this happen every time? Yes. Other information: This happens with 1.8.3 and with SVN head. Patch will follow shortly.
Created attachment 121941 [details] [review] Fix warning
Nice catch. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.