After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 582882 - default value for "Use Action Appearance"
default value for "Use Action Appearance"
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
3.6.x
Other All
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-16 17:51 UTC by regos
Modified: 2010-12-31 04:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description regos 2009-05-16 17:51:20 UTC
Please describe the problem:
Seem like default value for "Use Action Appearance", used in various buttons (gtktoolbutton, gtkbutton, gtkmenuitem, ...) is wrongly set.

Steps to reproduce:
1. place gtkbutton and set "Related Action" property to any gtkaction
2. 
3. 


Actual results:
even we don't set "Use Action Appearance" to True, button will use appearance of specified action... 

Expected results:
button should not use specified action's apearance

Does this happen every time?
yes

Other information:
http://library.gnome.org/devel/gtk/unstable/GtkActivatable.html#GtkActivatable--use-action-appearance
gtk+ manual says "Default value: TRUE"
glade default value for this property is FALSE
Comment 1 Marco Craveiro 2010-03-11 12:31:11 UTC
I've got bitten by exactly the same problem. It appears there was an attempt to fix it on 3.6.7, but the problem persists - at least on the ubuntu package glade-3 3.6.7-0ubuntu1.
Comment 2 Tristan Van Berkom 2010-12-31 04:33:51 UTC
Looked at this today in master and glade-3-8.

Added clause to fix loaded state of the "use-action-appearance" so
that it is always FALSE when no action is set.

Fixed lost state when saving (saving the file was causing button labels
to disappear when set to use the action appearance).

Played with various scenarios, cant reproduce mentioned problems

Please let me know steps to reproduce if you get this problem
with glade-3-8 branch or with master.