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
1=== modified file 'plugins/simple-animations/animationsim.xml.in'
2--- plugins/simple-animations/animationsim.xml.in 2016-07-26 14:01:08 +0000
3+++ plugins/simple-animations/animationsim.xml.in 2016-07-26 14:01:17 +0000
4@@ -64,7 +64,7 @@
5 <option name="flyin_fade" type="bool">
6 <_short>Fade</_short>
7 <_long>Fade when flying in</_long>
8- <default>True</default>
9+ <default>true</default>
10 </option>
11 <option name="flyin_distance" type="float">
12 <_short>Distance</_short>
13@@ -134,7 +134,7 @@
14 <option name="bounce_fade" type="bool">
15 <_short>Fade</_short>
16 <_long>Fade when flying in</_long>
17- <default>True</default>
18+ <default>true</default>
19 </option>
20 </subgroup>
21 <subgroup>
22@@ -163,7 +163,7 @@
23 <option name="expandpw_horiz_first" type="bool">
24 <_short>First expand horizontally</_short>
25 <_long>If checked, initially expand horizontally, then vertically</_long>
26- <default>True</default>
27+ <default>true</default>
28 </option>
29 <option name="expandpw_initial_horiz" type="int">
30 <_short>Initial horizontal size</_short>

Subscribers

People subscribed via source and target branches