Merge lp:~name-is-carl/audience/fix-settings-id into lp:~audience-members/audience/trunk

Proposed by PerfectCarl
Status: Merged
Approved by: Raphael Isemann
Approved revision: 356
Merged at revision: 360
Proposed branch: lp:~name-is-carl/audience/fix-settings-id
Merge into: lp:~audience-members/audience/trunk
Diff against target: 25 lines (+3/-3)
2 files modified
data/org.pantheon.audience.gschema.xml (+1/-1)
src/Settings.vala (+2/-2)
To merge this branch: bzr merge lp:~name-is-carl/audience/fix-settings-id
Reviewer Review Type Date Requested Status
Raphael Isemann (community) functionality, code Approve
Review via email: mp+229860@code.launchpad.net

Commit message

Made the id in gsettings lowercase.

Description of the change

The settings id was org.pantheon.Audience instead of org.pantheon.audience

To post a comment you must log in.
Revision history for this message
Raphael Isemann (teemperor) wrote :

Works. It's now lowercase and audience can still write stuff to dconf => Approve

review: Approve (functionality, code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/org.pantheon.audience.gschema.xml'
2--- data/org.pantheon.audience.gschema.xml 2014-07-28 15:28:06 +0000
3+++ data/org.pantheon.audience.gschema.xml 2014-08-06 20:06:57 +0000
4@@ -1,5 +1,5 @@
5 <schemalist>
6- <schema path="/org/pantheon/audience/" id="org.pantheon.Audience" gettext-domain="audience">
7+ <schema path="/org/pantheon/audience/" id="org.pantheon.audience" gettext-domain="audience">
8 <key name="move-window" type="b">
9 <default>true</default>
10 <summary>Move the window</summary>
11
12=== modified file 'src/Settings.vala'
13--- src/Settings.vala 2014-07-28 15:28:06 +0000
14+++ src/Settings.vala 2014-08-06 20:06:57 +0000
15@@ -31,7 +31,7 @@
16 public bool show_window_decoration {get; set;}
17
18 public Settings () {
19- base ("org.pantheon.Audience");
20+ base ("org.pantheon.audience");
21 }
22
23-}
24\ No newline at end of file
25+}

Subscribers

People subscribed via source and target branches

to all changes: