diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-07-29 15:15:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-07-29 15:15:10 -0400 |
commit | 8695cf3c5a6195aa46afafe64ade0dff55f3765c (patch) | |
tree | 76a7f6da59f572bc279e2bf4bd348a84b737821c /gtk/ui/gtkplacesviewrow.ui | |
parent | 3c2a759c21cbf978dbde86c588cdc8ec7b0dfd80 (diff) | |
download | gtk+-8695cf3c5a6195aa46afafe64ade0dff55f3765c.tar.gz |
Fix oversights in templates
Some of our templates were not setting the domain attribute
on the <interface> element.
Diffstat (limited to 'gtk/ui/gtkplacesviewrow.ui')
-rw-r--r-- | gtk/ui/gtkplacesviewrow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ui/gtkplacesviewrow.ui b/gtk/ui/gtkplacesviewrow.ui index 6ca241f6ef..c46079bbcf 100644 --- a/gtk/ui/gtkplacesviewrow.ui +++ b/gtk/ui/gtkplacesviewrow.ui @@ -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> |