summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2023-03-21 21:28:42 +0100
committerMarcus Lundblad <ml@dfupdate.se>2023-03-21 21:33:36 +0100
commit16d6bc4528373fe415e66910e07db9116f0b01a4 (patch)
treef921b290857244acfb6af297683410dde63b5bae
parentd3393148a111b0edf7745be7e5bdc1f056eba231 (diff)
downloadgnome-maps-16d6bc4528373fe415e66910e07db9116f0b01a4.tar.gz
placeEntry: Remove left-over .ui file
Remove old left-over .ui file that was previously used for setting a GtkCompletion on the entry. It has been unused since commit: 267b1d5ea295d6d6044a5ad001262bc96a5699e0
-rw-r--r--data/org.gnome.Maps.data.gresource.xml.in1
-rw-r--r--data/ui/place-entry.ui23
2 files changed, 0 insertions, 24 deletions
diff --git a/data/org.gnome.Maps.data.gresource.xml.in b/data/org.gnome.Maps.data.gresource.xml.in
index a0234a3f..4782ac07 100644
--- a/data/org.gnome.Maps.data.gresource.xml.in
+++ b/data/org.gnome.Maps.data.gresource.xml.in
@@ -23,7 +23,6 @@
<file preprocess="xml-stripblanks">ui/place-bar.ui</file>
<file preprocess="xml-stripblanks">ui/place-buttons.ui</file>
<file preprocess="xml-stripblanks">ui/place-dialog.ui</file>
- <file preprocess="xml-stripblanks">ui/place-entry.ui</file>
<file preprocess="xml-stripblanks">ui/place-list-row.ui</file>
<file preprocess="xml-stripblanks">ui/place-popover.ui</file>
<file preprocess="xml-stripblanks">ui/place-view.ui</file>
diff --git a/data/ui/place-entry.ui b/data/ui/place-entry.ui
deleted file mode 100644
index 417e42d2..00000000
--- a/data/ui/place-entry.ui
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
- <!-- interface-requires gtk+ 3.0 -->
- <object class="GtkEntryCompletion" id="completion">
- <property name="minimum_key_length">2</property>
- <child>
- <object class="GtkCellRendererPixbuf" id="iconCellRenderer">
- <property name="xpad">2</property>
- </object>
- <attributes>
- <attribute name="pixbuf">0</attribute>
- </attributes>
- </child>
- <child>
- <object class="GtkCellRendererText" id="textCellRenderer">
- <property name="ypad">4</property>
- </object>
- <attributes>
- <attribute name="text">2</attribute>
- </attributes>
- </child>
- </object>
-</interface>