mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
3fa0a051a4
Make sure error handling on repeated <summary> and <description> is being done properly, not resulting in glib-compile-schemas throwing a critical. https://bugzilla.gnome.org/show_bug.cgi?id=747542
14 lines
717 B
XML
14 lines
717 B
XML
<schemalist>
|
|
<schema path="/org/gnome/gnome-screenshot/" id="org.gnome.gnome-screenshot">
|
|
<key type="b" name="take-window-shot">
|
|
<default>false</default>
|
|
<summary>Window-specific screenshot (deprecated)</summary>
|
|
<summary lang="an">Captura especifica de finestra (obsoleto)</summary>
|
|
<summary lang="ar">لقطة شاشة مختصّة بنافذة (مُبطل)</summary>
|
|
<summary lang="as">উইন্ডোৰ ক্ষেত্ৰত নিৰ্দিষ্ট স্ক্ৰিনশ্বট (স্খলিত)</summary>
|
|
<summary lang="ast">Captura específica de ventana (obsoleto)</summary>
|
|
<description>Bla</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|