summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-02-17 18:08:06 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-02-17 20:56:39 +0100
commite8391ba02dfad9829a3bc55fd06819f93af16820 (patch)
tree338418966dfbb1a1283a55c1991039b9c683dd17
parent24450454c126113ca9e9824510737b6e61e170a0 (diff)
downloadnautilus-e8391ba02dfad9829a3bc55fd06819f93af16820.tar.gz
search-popover: fix mnemonics usage
Forgot to add the use_underline property.
-rw-r--r--src/resources/ui/nautilus-search-popover.ui2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/ui/nautilus-search-popover.ui b/src/resources/ui/nautilus-search-popover.ui
index 2337a4659..72fd99d4b 100644
--- a/src/resources/ui/nautilus-search-popover.ui
+++ b/src/resources/ui/nautilus-search-popover.ui
@@ -196,6 +196,7 @@
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
+ <property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="search_time_type_changed" object="NautilusSearchPopover" swapped="no" />
@@ -212,6 +213,7 @@
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="xalign">0</property>
+ <property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">last_modified_button</property>
<signal name="toggled" handler="search_time_type_changed" object="NautilusSearchPopover" swapped="no" />