summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisenmann <p3732@getgoogleoff.me>2023-03-26 14:37:22 +0200
committerOndrej Holy <oholy@redhat.com>2023-03-31 08:25:46 +0000
commitb2d1680f23b8947b57380a0a089ad350f843162b (patch)
tree9a8e14b77c4c32e3408d2144e94acec030bba0a4
parentd7af60161d30c885ebab69c58b346896f1565387 (diff)
downloadnautilus-b2d1680f23b8947b57380a0a089ad350f843162b.tar.gz
places-view: remove GTK translation domains
When copying these classes from GTK the translation domain was kept. This causes issues with translations in libadwaita widgets, so remove them. Fixes #2890
-rw-r--r--src/gtk/nautilusgtkplacesview.ui2
-rw-r--r--src/gtk/nautilusgtkplacesviewrow.ui2
-rw-r--r--src/gtk/nautilusgtksidebarrow.ui2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gtk/nautilusgtkplacesview.ui b/src/gtk/nautilusgtkplacesview.ui
index fbedf70c5..ddb06f5e4 100644
--- a/src/gtk/nautilusgtkplacesview.ui
+++ b/src/gtk/nautilusgtkplacesview.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface domain="gtk40">
+<interface>
<object class="GtkListStore" id="completion_store">
<columns>
<column type="gchararray"/>
diff --git a/src/gtk/nautilusgtkplacesviewrow.ui b/src/gtk/nautilusgtkplacesviewrow.ui
index 06c804147..194079f31 100644
--- a/src/gtk/nautilusgtkplacesviewrow.ui
+++ b/src/gtk/nautilusgtkplacesviewrow.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface domain="gtk40">
+<interface>
<template class="NautilusGtkPlacesViewRow" parent="GtkListBoxRow">
<property name="width-request">100</property>
<property name="child">
diff --git a/src/gtk/nautilusgtksidebarrow.ui b/src/gtk/nautilusgtksidebarrow.ui
index 95d91f900..43c853b44 100644
--- a/src/gtk/nautilusgtksidebarrow.ui
+++ b/src/gtk/nautilusgtksidebarrow.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<interface domain="gtk40">
+<interface>
<template class="NautilusGtkSidebarRow" parent="GtkListBoxRow">
<property name="focus-on-click">0</property>
<style>