Merge lp:~3v1n0/compiz/animationsim-defalult-bool-fix into lp:compiz/0.9.13

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Andrea Azzarone
Approved revision: 4073
Merged at revision: 4079
Proposed branch: lp:~3v1n0/compiz/animationsim-defalult-bool-fix
Merge into: lp:compiz/0.9.13
Prerequisite: lp:~smspillaz/compiz/compiz.simple-animations-returns-v3
Diff against target: 30 lines (+3/-3)
1 file modified
plugins/simple-animations/animationsim.xml.in (+3/-3)
To merge this branch: bzr merge lp:~3v1n0/compiz/animationsim-defalult-bool-fix
Reviewer Review Type Date Requested Status
Andrea Azzarone Approve
Review via email: mp+301173@code.launchpad.net

Commit message

Animationsim: fix typo in default bool value

To post a comment you must log in.
4072. By Marco Trevisan (Treviño)

Merging Sam's simple-animation branch

Revision history for this message
Andrea Azzarone (azzar1) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'plugins/simple-animations/animationsim.xml.in'
--- plugins/simple-animations/animationsim.xml.in 2016-07-26 14:01:08 +0000
+++ plugins/simple-animations/animationsim.xml.in 2016-07-26 14:01:17 +0000
@@ -64,7 +64,7 @@
64 <option name="flyin_fade" type="bool">64 <option name="flyin_fade" type="bool">
65 <_short>Fade</_short>65 <_short>Fade</_short>
66 <_long>Fade when flying in</_long>66 <_long>Fade when flying in</_long>
67 <default>True</default>67 <default>true</default>
68 </option>68 </option>
69 <option name="flyin_distance" type="float">69 <option name="flyin_distance" type="float">
70 <_short>Distance</_short>70 <_short>Distance</_short>
@@ -134,7 +134,7 @@
134 <option name="bounce_fade" type="bool">134 <option name="bounce_fade" type="bool">
135 <_short>Fade</_short>135 <_short>Fade</_short>
136 <_long>Fade when flying in</_long>136 <_long>Fade when flying in</_long>
137 <default>True</default>137 <default>true</default>
138 </option>138 </option>
139 </subgroup>139 </subgroup>
140 <subgroup>140 <subgroup>
@@ -163,7 +163,7 @@
163 <option name="expandpw_horiz_first" type="bool">163 <option name="expandpw_horiz_first" type="bool">
164 <_short>First expand horizontally</_short>164 <_short>First expand horizontally</_short>
165 <_long>If checked, initially expand horizontally, then vertically</_long>165 <_long>If checked, initially expand horizontally, then vertically</_long>
166 <default>True</default>166 <default>true</default>
167 </option>167 </option>
168 <option name="expandpw_initial_horiz" type="int">168 <option name="expandpw_initial_horiz" type="int">
169 <_short>Initial horizontal size</_short>169 <_short>Initial horizontal size</_short>

Subscribers

People subscribed via source and target branches