Hey, On Wed, Sep 28, 2016, at 01:19 PM, Piotr Drąg wrote: > > The change: > > > > https://git.gnome.org/browse/epiphany/commit/?id=6b1344e3404c0d0ac49aa10d32914360f5052ad2 > > > > Let me know if you have any questions. > > > > I don't see any new strings in the patch. Could you please point to it?
The strings are in the gsettings schema, they will only be visible in dconf-editor: diff --git a/data/org.gnome.epiphany.host.gschema.xml b/data/org.gnome.epiphany.host.gschema.xml new file mode 100644 index 0000000..f70c7b7 --- /dev/null +++ b/data/org.gnome.epiphany.host.gschema.xml @@ -0,0 +1,13 @@ +<schemalist> + <enum id="org.gnome.Epiphany.host.permissions"> + <value nick="undecided" value="-1"/> + <value nick="deny" value="0"/> + <value nick="allow" value="1"/> + </enum> + + <schema id="org.gnome.Epiphany.host" gettext-domain=""> + <key name="notifications-permission" enum="org.gnome.Epiphany.host.permissions"> + <default>"undecided"</default> + </key> + </schema> +</schemalist> Cheers, Gustavo Noronha _______________________________________________ epiphany-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/epiphany-list
