GNOME Bugzilla – Bug 106459
Themeing broken due to use of wrong bonoboui API
Last modified: 2004-12-22 21:47:04 UTC
I am making a GNOME 2.2 theme and noticed that most bonoboui based applications have broken toolbar themeing. I talked to Michael Meeks about this at FOSDEM and he said it was due to wrong API usage you should use the bonobo_ui_component_add_widget method instead of add_control. Attached screenshot shows how many items on Galeon toolbar fails to pick up the toolbar background image due to this.
Created attachment 14424 [details] image fragment showing bug in action
Perhaps you meant the bonoboui >= 2.1 api bonobo_ui_component_widget_set ?:) I'd guess the toolbar was implemented before there was bonobo_ui_component_widget_set
Which galeon version is this ? Does nautilus have the same bug? Make sure you are using at least 1.3.2 code
Actually the bug is quite visible with 1.3.2 and the themes I've tested Crux and SpheresCrystal. My comment about the used api is probably wrong so I'll remove it from the description
Dave Camp fixed the issue in Nautilus (or will have fixed it when Michael applies the needed patch to bonoboui). See the bug for details on how to fix it in Galeon2 too: http://bugzilla.gnome.org/show_bug.cgi?id=106457
*** This bug has been marked as a duplicate of 105581 ***
Completly borked duplication entry due to misplaced pasting of bug number. Re-opening this one.
*** Bug 111194 has been marked as a duplicate of this bug. ***
fixed in CVS by using the eel-input-event-box. I am assuming that the forward and back issues have been fixed. I dont see them.