[gnome-shell] popupMenu: Fix a bad rebase



commit c57c08b2c6ac95c3141838ca6e5969868f1a25cf
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Apr 23 16:33:07 2013 -0400

    popupMenu: Fix a bad rebase
    
    The wrong patch got pushed accidentally here

 js/ui/popupMenu.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/popupMenu.js b/js/ui/popupMenu.js
index ac9ae6f..71cccfe 100644
--- a/js/ui/popupMenu.js
+++ b/js/ui/popupMenu.js
@@ -1912,7 +1912,7 @@ const RemoteMenu = new Lang.Class({
             this._actionAdded(model, item, index);
         }));
 
-        return [item, false];
+        return item;
     },
 
     _actionStateChanged: function(actionGroup, action_id) {


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