Merge lp://staging/~ken-vandine/indicator-me/gsettings into lp://staging/indicator-me
Proposed by
Ken VanDine
Status: | Merged |
---|---|
Approved by: | Ted Gould |
Approved revision: | 150 |
Merged at revision: | 148 |
Proposed branch: | lp://staging/~ken-vandine/indicator-me/gsettings |
Merge into: | lp://staging/indicator-me |
Diff against target: |
189 lines (+40/-36) 6 files modified
configure.ac (+4/-2) data/Makefile.am (+11/-2) data/com.canonical.indicator.me.gschema.xml.in (+10/-0) data/indicator-me.convert (+2/-0) po/POTFILES.in (+1/-0) src/me-service.c (+12/-32) |
To merge this branch: | bzr merge lp://staging/~ken-vandine/indicator-me/gsettings |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ted Gould (community) | Approve | ||
Review via email: mp+58065@code.staging.launchpad.net |
This proposal supersedes a proposal from 2010-10-08.
Description of the change
Resubmit of mterry's branch, but renamed gsettings schema name to com.canonical.
This fixes (LP: #656322)
To post a comment you must log in.
On Fri, 2010-10-08 at 19:01 +0000, Michael Terry wrote: s/XXX for their gsettings paths. But indicator/ XXX in gconf.
> One big concern I had with this conversion was that indicator-datetime is
> apparently using /apps/indicator
> indicator-me was using /system/
I like /apps because it seems like that's where people are putting
things that aren't part of GNOME Core. But, we should probably get a
definitive answer here.
Also, it seems to me this key should be an enum in gsettings (as it
supports that) instead of an int. Thoughts?