Merge lp:~mc-return/compiz/compiz.merge-fix1075584-workspacenames-default-values-missing into lp:compiz/0.9.9

Proposed by MC Return
Status: Merged
Approved by: Daniel van Vugt
Approved revision: 3454
Merged at revision: 3456
Proposed branch: lp:~mc-return/compiz/compiz.merge-fix1075584-workspacenames-default-values-missing
Merge into: lp:compiz/0.9.9
Diff against target: 27 lines (+12/-0)
1 file modified
plugins/workspacenames/workspacenames.xml.in (+12/-0)
To merge this branch: bzr merge lp:~mc-return/compiz/compiz.merge-fix1075584-workspacenames-default-values-missing
Reviewer Review Type Date Requested Status
Daniel van Vugt Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+133134@code.launchpad.net

Commit message

Workspacenames:
Added a default of 4 desktops and default names Viewport 1-4 to
workspacenames.xml.in.
(LP: #1075584)

To post a comment you must log in.
Revision history for this message
Daniel van Vugt (vanvugt) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'plugins/workspacenames/workspacenames.xml.in'
--- plugins/workspacenames/workspacenames.xml.in 2012-10-15 10:31:51 +0000
+++ plugins/workspacenames/workspacenames.xml.in 2012-11-06 19:36:22 +0000
@@ -25,11 +25,23 @@
25 <type>int</type>25 <type>int</type>
26 <min>1</min>26 <min>1</min>
27 <max>50</max>27 <max>50</max>
28 <default>
29 <value>1</value>
30 <value>2</value>
31 <value>3</value>
32 <value>4</value>
33 </default>
28 </option>34 </option>
29 <option name="names" type="list">35 <option name="names" type="list">
30 <_short>Name</_short>36 <_short>Name</_short>
31 <_long>Viewport name</_long>37 <_long>Viewport name</_long>
32 <type>string</type>38 <type>string</type>
39 <default>
40 <value>Viewport 1</value>
41 <value>Viewport 2</value>
42 <value>Viewport 3</value>
43 <value>Viewport 4</value>
44 </default>
33 </option>45 </option>
34 </subgroup>46 </subgroup>
35 </group>47 </group>

Subscribers

People subscribed via source and target branches