[gnome-shell/T29763: 189/249] fixup! dnd: Refactor DnD code from AppIcon to a new base class ViewIcon



commit a46de2594e46adece1b0477b096e1a5ec8c04306
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Apr 3 15:48:36 2020 -0300

    fixup! dnd: Refactor DnD code from AppIcon to a new base class ViewIcon
    
    Trivial style issue.

 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 343d57b277..23d1267147 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1472,7 +1472,7 @@ class ViewIcon extends St.Button {
 var FolderIcon = GObject.registerClass({
     Signals: {
         'apps-changed': {},
-     },
+    },
 }, class FolderIcon extends ViewIcon {
     _init(dirInfo, parentView) {
         this._dirInfo = dirInfo;


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