[gnome-shell/gbsneto/icon-grid-part4: 106/107] WIP
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/icon-grid-part4: 106/107] WIP
- Date: Tue, 3 Sep 2019 01:23:16 +0000 (UTC)
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]