GNOME Bugzilla – Bug 728897
environment: Be more careful when hooking up style properties
Last modified: 2014-04-24 17:35:18 UTC
Small drive-by fix, see patch.
Created attachment 275072 [details] [review] environment: Be more careful when hooking up style properties Sometimes it is more appropriate to set layout properties that are hooked up to CSS properties in code. However this is currently not possible, as we end up setting properties to 0 when not found in CSS; be a bit more careful when hooking up CSS properties to support fix this.
Review of attachment 275072 [details] [review]: "to support fix this"? Does this break anything in the shell currently, or is this for future stuff? Looks good.
Attachment 275072 [details] pushed as 3969be3 - environment: Be more careful when hooking up style properties (In reply to comment #2) > Does this break anything in the shell currently, or is this for future stuff? I'm not aware of any breakage (or any uncommitted code which depends on it); it's just a correctness issue that came up recently in a conversation with Carlos ...