summaryrefslogtreecommitdiff
path: root/src/SearchFilter.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-08-13 14:58:35 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-08-13 14:58:35 +0200
commit3c829c50a8f705402bdc759946d49ae7caebd003 (patch)
treefecb7bb9135bc3bfc4d49a191fa237f682a56093 /src/SearchFilter.vala
parent7dec5f41b2cffafe4d743273600e2868d116166d (diff)
New upstream version 0.26.3upstream/0.26.3
Diffstat (limited to 'src/SearchFilter.vala')
-rw-r--r--src/SearchFilter.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SearchFilter.vala b/src/SearchFilter.vala
index e4c1512..04e5593 100644
--- a/src/SearchFilter.vala
+++ b/src/SearchFilter.vala
@@ -859,7 +859,7 @@ public class SearchFilterToolbar : Gtk.Revealer {
button = new Gtk.ToggleButton();
button.set_always_show_image(true);
- Gtk.Image? image = new Gtk.Image.from_icon_name("find", Gtk.IconSize.SMALL_TOOLBAR);
+ Gtk.Image? image = new Gtk.Image.from_icon_name("edit-find", Gtk.IconSize.SMALL_TOOLBAR);
image.set_margin_end(6);
button.set_image(image);
button.set_can_focus(false);