commit | 912e0a117acf632b90ea1a883c2390c526fd44c0 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Oct 30 08:59:55 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Oct 30 08:59:55 2013 -0700 |
tree | f22aa91e14192f7a1fe5a8bb98dc1e6a53f45ab6 | |
parent | 4a7409a1f5b055fe7b8dffa763802d51381b1d22 [diff] |
Fall back to ANIMATION_NONE if startup-animation is zoom get_animation_type() parses "none", "zoom" and "fade" but for the startup animation, we only support "none" and "fade". If we get "zoom" just fall back to "none" like we do for all unrecognized strings. https://bugs.freedesktop.org/show_bug.cgi?id=71006