Merge lp:~pimvullers/ergo/fix-983560 into lp:ergo

Proposed by Pim Vullers
Status: Needs review
Proposed branch: lp:~pimvullers/ergo/fix-983560
Merge into: lp:ergo
Diff against target: 73 lines (+21/-21)
4 files modified
CMakeLists.txt (+1/-1)
Ergo/SavedState.vala (+1/-1)
org.elementary.Ergo.gschema.xml (+0/-19)
org.pantheon.ergo.gschema.xml (+19/-0)
To merge this branch: bzr merge lp:~pimvullers/ergo/fix-983560
Reviewer Review Type Date Requested Status
Ergo Developers Pending
Review via email: mp+106392@code.launchpad.net

Description of the change

To post a comment you must log in.
lp:~pimvullers/ergo/fix-983560 updated
35. By Pim Vullers

Forgot to update the CMakeLists.txt file

Unmerged revisions

35. By Pim Vullers

Forgot to update the CMakeLists.txt file

34. By Pim Vullers

Fixed bug #983560

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2011-10-16 21:04:46 +0000
3+++ CMakeLists.txt 2012-05-18 15:01:26 +0000
4@@ -122,7 +122,7 @@
5 #
6 # GSettings Schema
7 #
8-SET (ERGO_SCHEMAS "org.elementary.Ergo.gschema.xml")
9+SET (ERGO_SCHEMAS "org.pantheon.ergo.gschema.xml")
10
11 # Have an option to not install the schema into where GLib is
12 option (GSETTINGS_LOCALINSTALL "Install GSettings Schemas locally instead of to the GLib prefix" OFF)
13
14=== modified file 'Ergo/SavedState.vala'
15--- Ergo/SavedState.vala 2011-08-22 21:12:20 +0000
16+++ Ergo/SavedState.vala 2012-05-18 15:01:26 +0000
17@@ -31,7 +31,7 @@
18 public int window_state { get; set; }
19
20 public SavedState () {
21- base ("org.elementary.Ergo.SavedState");
22+ base ("org.pantheon.ergo.savedstate");
23 }
24
25 }
26
27=== removed file 'org.elementary.Ergo.gschema.xml'
28--- org.elementary.Ergo.gschema.xml 2011-08-22 21:12:20 +0000
29+++ org.elementary.Ergo.gschema.xml 1970-01-01 00:00:00 +0000
30@@ -1,19 +0,0 @@
31-<schemalist>
32- <schema path="/apps/ergo/saved-state/" id="org.elementary.Ergo.SavedState" gettext-domain="ergo">
33- <key name="window-width" type="i">
34- <default>850</default>
35- <summary>The saved width of the window.</summary>
36- <description>The saved width of the window. Must be greater than 700, or it will not take effect.</description>
37- </key>
38- <key name="window-height" type="i">
39- <default>550</default>
40- <summary>The saved height of the window.</summary>
41- <description>The saved height of the window. Must be greater than 400, or it will not take effect.</description>
42- </key>
43- <key name="window-state" type="i">
44- <default>0</default>
45- <summary>The saved state of the window.</summary>
46- <description>The saved state of the window.</description>
47- </key>
48- </schema>
49-</schemalist>
50
51=== added file 'org.pantheon.ergo.gschema.xml'
52--- org.pantheon.ergo.gschema.xml 1970-01-01 00:00:00 +0000
53+++ org.pantheon.ergo.gschema.xml 2012-05-18 15:01:26 +0000
54@@ -0,0 +1,19 @@
55+<schemalist>
56+ <schema path="/org/pantheon/ergo/saved-state/" id="org.pantheon.ergo.savedstate" gettext-domain="ergo">
57+ <key name="window-width" type="i">
58+ <default>850</default>
59+ <summary>The saved width of the window.</summary>
60+ <description>The saved width of the window. Must be greater than 700, or it will not take effect.</description>
61+ </key>
62+ <key name="window-height" type="i">
63+ <default>550</default>
64+ <summary>The saved height of the window.</summary>
65+ <description>The saved height of the window. Must be greater than 400, or it will not take effect.</description>
66+ </key>
67+ <key name="window-state" type="i">
68+ <default>0</default>
69+ <summary>The saved state of the window.</summary>
70+ <description>The saved state of the window.</description>
71+ </key>
72+ </schema>
73+</schemalist>

Subscribers

People subscribed via source and target branches

to all changes: