From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 Description of problem: Get this warning redhat-config-cluster:5384): libglade-WARNING **: Unknown GtkToolbar child property: sensitive when I run my Glade/Python application. The glade GtkToolbar does have a button with a 'sensitive' property - glade2 allowed me to specify Sensitive 'No' for that button, so it seems that the warning above is a bug. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.On a GtkToolbar, specify a button with a 'sensitive' = "No" property. 2. 3. Actual Results: This warning pops up when I run my application: redhat-config-cluster:5384): libglade-WARNING **: Unknown GtkToolbar child property: sensitive Expected Results: Shouldn't get that warning. Additional info:
Filed patch upstream as: http://bugzilla.gnome.org/show_bug.cgi?id=121025 * Fri Aug 29 2003 Owen Taylor <otaylor> 2.0.1-5.0 - Fix a couple of warnings for unknown properties GtkToolbar (Hardy Merrill, #85384) and GtkCList. Building packages now.