summaryrefslogtreecommitdiff
path: root/src/resources/ui/nautilus-search-popover.ui
diff options
context:
space:
mode:
authorAlexandru Pandelea <alexandru.pandelea@gmail.com>2017-05-26 23:22:12 +0300
committerAlexandru Pandelea <alexandru.pandelea@gmail.com>2017-06-17 16:39:54 +0300
commita924c9395ddb85e8b129b9d0bec78634ec91d6f2 (patch)
tree2028bf972210df2fcee2428abccfbae6da41f0af /src/resources/ui/nautilus-search-popover.ui
parent2d99bcf4bdfb9a56e74298a8b806515529cc5082 (diff)
downloadnautilus-a924c9395ddb85e8b129b9d0bec78634ec91d6f2.tar.gz
implement fts
Diffstat (limited to 'src/resources/ui/nautilus-search-popover.ui')
-rw-r--r--src/resources/ui/nautilus-search-popover.ui4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-search-popover.ui b/src/resources/ui/nautilus-search-popover.ui
index 72fd99d4b..82a948a85 100644
--- a/src/resources/ui/nautilus-search-popover.ui
+++ b/src/resources/ui/nautilus-search-popover.ui
@@ -354,6 +354,7 @@
<object class="GtkBox">
<property name="can_focus">False</property>
<property name="hexpand">True</property>
+ <property name="visible">True</property>
<child>
<object class="GtkRadioButton" id="full_text_search_button">
<property name="label" translatable="yes">Full Text</property>
@@ -365,6 +366,7 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">False</property>
+ <signal name="toggled" handler="search_fts_mode_changed" object="NautilusSearchPopover" swapped="no" />
</object>
<packing>
<property name="expand">False</property>
@@ -383,6 +385,8 @@
<property name="xalign">0</property>
<property name="draw_indicator">False</property>
<property name="group">full_text_search_button</property>
+ <property name="active">True</property>
+ <signal name="toggled" handler="search_fts_mode_changed" object="NautilusSearchPopover" swapped="no" />
</object>
<packing>
<property name="expand">False</property>