Added view-subset settings.
Use ContactsViewSubset to define the setting.
This commit is contained in:
parent
d709d88916
commit
36f8ce2228
2 changed files with 10 additions and 1 deletions
|
@ -49,6 +49,10 @@ vala_sources = \
|
||||||
memory-icon.vala \
|
memory-icon.vala \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
gsettings_ENUM_NAMESPACE = org.gnome.Contacts
|
||||||
|
gsettings_ENUM_FILES = \
|
||||||
|
contacts-view.c
|
||||||
|
|
||||||
gsettingsschema_in_files = org.gnome.Contacts.gschema.xml.in
|
gsettingsschema_in_files = org.gnome.Contacts.gschema.xml.in
|
||||||
gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
|
gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
|
||||||
.PRECIOUS: $(gsettings_SCHEMAS)
|
.PRECIOUS: $(gsettings_SCHEMAS)
|
||||||
|
@ -62,12 +66,12 @@ contact-resources.c: contacts.gresource.xml app-menu.ui
|
||||||
--target=$@ --sourcedir=$(srcdir) --c-name contacts --generate-source
|
--target=$@ --sourcedir=$(srcdir) --c-name contacts --generate-source
|
||||||
|
|
||||||
gnome_contacts_SOURCES = \
|
gnome_contacts_SOURCES = \
|
||||||
|
$(vala_sources) \
|
||||||
um-crop-area.c \
|
um-crop-area.c \
|
||||||
contact-resources.c \
|
contact-resources.c \
|
||||||
listbox/egg-list-box.c \
|
listbox/egg-list-box.c \
|
||||||
listbox/egg-list-box-accessible.c \
|
listbox/egg-list-box-accessible.c \
|
||||||
contacts-esd-setup.c \
|
contacts-esd-setup.c \
|
||||||
$(vala_sources) \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
gnome_contacts_LDADD = $(CONTACTS_LIBS) -lm $(top_builddir)/libgd/libgd.la
|
gnome_contacts_LDADD = $(CONTACTS_LIBS) -lm $(top_builddir)/libgd/libgd.la
|
||||||
|
|
|
@ -5,6 +5,11 @@
|
||||||
<_summary>First-time setup done.</_summary>
|
<_summary>First-time setup done.</_summary>
|
||||||
<_description>Set to true when the user ran the first-time setup wizard.</_description>
|
<_description>Set to true when the user ran the first-time setup wizard.</_description>
|
||||||
</key>
|
</key>
|
||||||
|
<key name="view-subset" enum="org.gnome.Contacts.ContactsViewSubset">
|
||||||
|
<default>'main'</default>
|
||||||
|
<_summary>View subset</_summary>
|
||||||
|
<_description>View contacts subset</_description>
|
||||||
|
</key>
|
||||||
</schema>
|
</schema>
|
||||||
|
|
||||||
</schemalist>
|
</schemalist>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue