Fix oversights in templates

Some of our templates were not setting the domain attribute
on the <interface> element.
This commit is contained in:
Matthias Clasen 2015-07-29 15:15:10 -04:00
parent 3c2a759c21
commit 8695cf3c5a
5 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,5 @@
<interface> <?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk30">
<menu id='app-menu'> <menu id='app-menu'>
<section> <section>
<item> <item>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<interface> <interface domain="gtk30">
<!-- interface-requires gtk+ 3.10 --> <!-- interface-requires gtk+ 3.10 -->
<template class="GtkFileChooserDialog" parent="GtkDialog"> <template class="GtkFileChooserDialog" parent="GtkDialog">
<property name="role">GtkFileChooserDialog</property> <property name="role">GtkFileChooserDialog</property>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<interface> <interface domain="gtk30">
<requires lib="gtk+" version="3.16"/> <requires lib="gtk+" version="3.16"/>
<object class="GtkListStore" id="completion_store"> <object class="GtkListStore" id="completion_store">
<columns> <columns>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<interface> <interface domain="gtk30">
<requires lib="gtk+" version="3.16"/> <requires lib="gtk+" version="3.16"/>
<template class="GtkPlacesViewRow" parent="GtkListBoxRow"> <template class="GtkPlacesViewRow" parent="GtkListBoxRow">
<property name="width_request">100</property> <property name="width_request">100</property>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<interface> <interface domain="gtk30">
<template class="GtkSidebarRow" parent="GtkListBoxRow"> <template class="GtkSidebarRow" parent="GtkListBoxRow">
<property name="visible">True</property> <property name="visible">True</property>
<property name="margin-top">1</property> <property name="margin-top">1</property>