summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2016-06-05 23:26:55 +0200
committerJens Georg <mail@jensge.org>2016-12-17 09:47:40 +0100
commit78fb21949678f0d5ab7eee6b8fd52a9524d5ad28 (patch)
tree8d22df4e7dbc85512a060721fd0bbe54d09c1af7 /data
parent1bb9f4c01dd3927919e693b3fae3a26cbe0fa87c (diff)
downloadgupnp-tools-78fb21949678f0d5ab7eee6b8fd52a9524d5ad28.tar.gz
av-cp: search implementation
Add the search implementation to the dialog Signed-off-by: Jens Georg <mail@jensge.org>
Diffstat (limited to 'data')
-rw-r--r--data/search-dialog.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/search-dialog.ui b/data/search-dialog.ui
index 12b1415..8be4ed5 100644
--- a/data/search-dialog.ui
+++ b/data/search-dialog.ui
@@ -2,7 +2,7 @@
<!-- Generated with glade 3.20.0 -->
<interface>
<requires lib="gtk+" version="3.20"/>
- <object class="GtkListStore" id="search-dialog-listview">
+ <object class="GtkListStore" id="search_dialog_liststore">
<columns>
<!-- column-name icon -->
<column type="GdkPixbuf"/>
@@ -56,7 +56,7 @@
<property name="orientation">vertical</property>
<property name="spacing">4</property>
<child>
- <object class="GtkEntry">
+ <object class="GtkEntry" id="search_dialog_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="primary_icon_name">edit-find</property>
@@ -79,7 +79,7 @@
<object class="GtkTreeView" id="search-dialog-treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="model">search-dialog-listview</property>
+ <property name="model">search_dialog_liststore</property>
<property name="headers_visible">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>