[gnome-documents] Use pan-down-symbolic, not go-down-symbolic, in OverviewSearchbar



commit 3a02ac54d89a3f84062d68fdf3ee2c7b46eefa77
Author: Alessandro Bono <abono gnome org>
Date:   Sat Apr 9 13:04:39 2016 +0200

    Use pan-down-symbolic, not go-down-symbolic, in OverviewSearchbar
    
    ... because it opens a dropdown menu. The other one is for jumping to
    the next occurrence in a search.
    
    Original patch from Debarshi Ray for gnome-photos.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765343

 src/searchbar.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/searchbar.js b/src/searchbar.js
index 8584994..4af28c1 100644
--- a/src/searchbar.js
+++ b/src/searchbar.js
@@ -206,7 +206,7 @@ const OverviewSearchbar = new Lang.Class({
 
         // create the dropdown button
         this._dropdownButton = new Gtk.ToggleButton(
-            { child: new Gtk.Image({ icon_name: 'go-down-symbolic',
+            { child: new Gtk.Image({ icon_name: 'pan-down-symbolic',
                                      icon_size: Gtk.IconSize.MENU }) });
         this._dropdownButton.get_style_context().add_class('raised');
         this._dropdownButton.get_style_context().add_class('image-button');


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]