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