[gnome-shell] shellEntry: Remove unused style class



commit 84e0a207014d1bde3dfd69c1ed7017a690d33bff
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Sep 5 14:37:06 2014 -0700

    shellEntry: Remove unused style class

 js/ui/shellEntry.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/shellEntry.js b/js/ui/shellEntry.js
index 055e3c5..a20d9a4 100644
--- a/js/ui/shellEntry.js
+++ b/js/ui/shellEntry.js
@@ -17,8 +17,6 @@ const EntryMenu = new Lang.Class({
     _init: function(entry) {
         this.parent(entry, 0, St.Side.TOP);
 
-        this.actor.add_style_class_name('entry-context-menu');
-
         this._entry = entry;
         this._clipboard = St.Clipboard.get_default();
 


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