Merge lp://staging/~mterry/indicator-me/gsettings into lp://staging/indicator-me
Proposed by
Michael Terry
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~mterry/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/indicator-me.convert (+2/-0) data/org.ayatana.indicator.me.gschema.xml.in (+10/-0) po/POTFILES.in (+1/-0) src/me-service.c (+12/-32) |
To merge this branch: | bzr merge lp://staging/~mterry/indicator-me/gsettings |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ted Gould (community) | Needs Fixing | ||
Review via email: mp+38005@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2011-04-18.
Description of the change
One big concern I had with this conversion was that indicator-datetime is apparently using /apps/indicator
I conservatively kept using /system/
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?