[gnome-shell] lookingGlass: Remove an unused separator between results



commit ecd838bf01ca61d4767b0d171ca9d7954553f93b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Feb 25 14:53:50 2013 -0500

    lookingGlass: Remove an unused separator between results
    
    At one time, this may have had styling, but it's not there now,
    and I don't see a reason to add it back.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699975

 js/ui/lookingGlass.js |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/js/ui/lookingGlass.js b/js/ui/lookingGlass.js
index 718942e..d81d442 100644
--- a/js/ui/lookingGlass.js
+++ b/js/ui/lookingGlass.js
@@ -308,10 +308,6 @@ const Result = new Lang.Class({
         box.add(resultTxt);
         let objLink = new ObjLink(this._lookingGlass, o);
         box.add(objLink.actor);
-        let line = new Clutter.Rectangle({ name: 'Separator' });
-        let padBin = new St.Bin({ name: 'Separator', x_fill: true, y_fill: true });
-        padBin.add_actor(line);
-        this.actor.add(padBin);
     }
 });
 


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