[gnome-shell/eos3.8: 220/255] appDisplay: Fix comment



commit b1363789b9cf88de7245643c779028beed465e56
Author: Andre Moreira Magalhaes <andre endlessm com>
Date:   Thu Apr 16 00:36:50 2020 -0300

    appDisplay: Fix comment
    
    https://phabricator.endlessm.com/T29781

 js/ui/appDisplay.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 76c8b0046c..691fc91ad7 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -2017,7 +2017,7 @@ var AppIcon = GObject.registerClass({
         this._id = app.get_id();
         this._name = app.get_name();
 
-        // Get the isDraggable property without passing it on to the BaseIcon:
+        // Get the showMenu property without passing it on to the BaseIcon:
         let appIconParams = Params.parse(iconParams, {
             showMenu: true,
         }, true);


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