diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-08-19 14:05:48 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-08-22 08:20:03 -0400 |
commit | cfdb9f95dc8aa71e322bc81f29844affaca5c66c (patch) | |
tree | ff554e74710c29b8abb22946512ce0081424900c /gtk/org.gtk.Settings.EmojiChooser.gschema.xml | |
parent | bdff792462ff5bb7f135d55707d0a09aaaf1f7b6 (diff) | |
download | gtk+-cfdb9f95dc8aa71e322bc81f29844affaca5c66c.tar.gz |
Handle emoji data change in emoji chooser
Update the settings schema to follow the change in Emoji data,
and make the emoji chooser code handle the new format.
Diffstat (limited to 'gtk/org.gtk.Settings.EmojiChooser.gschema.xml')
-rw-r--r-- | gtk/org.gtk.Settings.EmojiChooser.gschema.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/org.gtk.Settings.EmojiChooser.gschema.xml b/gtk/org.gtk.Settings.EmojiChooser.gschema.xml index 7105cb200a..20e3db4f9d 100644 --- a/gtk/org.gtk.Settings.EmojiChooser.gschema.xml +++ b/gtk/org.gtk.Settings.EmojiChooser.gschema.xml @@ -2,12 +2,12 @@ <schemalist> <schema id='org.gtk.Settings.EmojiChooser' path='/org/gtk/settings/emoji-chooser/'> - <key name='recent-emoji' type='a((aus)u)'> + <key name='recent-emoji' type='a((auss)u)'> <default>[]</default> <summary>Recently used Emoji</summary> <description> An array of Emoji definitions to show in the Emoji chooser. Each Emoji is - specified as an array of codepoints and a name. The extra integer after this + specified as an array of codepoints, name and shortname. The extra integer after this pair is the code of the Fitzpatrick modifier to use in place of a 0 in the codepoint array. </description> |