[gnome-shell/gbsneto/icon-grid-part4: 106/107] WIP



commit b3b99fec5432d18454eb1217b04992f51a50c0c5
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Sep 1 14:12:42 2019 -0300

    WIP

 js/ui/appDisplay.js | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index ac6d8ce254..21aebc1ab8 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1637,6 +1637,12 @@ var FolderIcon = class FolderIcon {
 };
 Signals.addSignalMethods(FolderIcon.prototype);
 
+var RenameFolderPopup = GObject.registerClass(
+class RenameFolderPopup extends BoxPointer.BoxPointer {
+    _init(folder) {
+    }
+});
+
 var AppFolderPopup = class AppFolderPopup {
     constructor(source, side) {
         this._source = source;


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