[gnome-documents/gnome-3-20] lokview: remove search button from toolbar



commit 41b71aefaca51e8fba64f21d70dd5426accf716f
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Jun 21 16:50:27 2016 -0700

    lokview: remove search button from toolbar
    
    We just don't support that for the time being.

 src/lokview.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/lokview.js b/src/lokview.js
index 7207f94..e8d11bf 100644
--- a/src/lokview.js
+++ b/src/lokview.js
@@ -315,9 +315,6 @@ const LOKViewToolbar = new Lang.Class({
                                               action_name: 'app.gear-menu' });
         this.toolbar.pack_end(menuButton);
 
-        // search button, on the right of the toolbar
-        this.addSearchButton();
-
         this._setToolbarTitle();
         this.toolbar.show_all();
     },


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