summaryrefslogtreecommitdiff
path: root/src/nautilus-canvas-view.c
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-04-07 21:51:52 +0200
committerCarlos Soriano <csoriano@gnome.org>2017-02-14 16:24:22 +0100
commit76462f07eec0ffbbec1a4937eb3a1efe822c7325 (patch)
tree11471250622565853fade6ed3df16ddf93a06840 /src/nautilus-canvas-view.c
parent1ddae80f000104ac053ebc9fb8925082b348cdd9 (diff)
downloadnautilus-wip/csoriano/flow.tar.gz
views: Add flow box based viewwip/csoriano/flow
After all the rework on the window slots, views, and splitting the desktop, we can go ahead and use a flow box based view for Nautilus. This is just a prototype.
Diffstat (limited to 'src/nautilus-canvas-view.c')
-rw-r--r--src/nautilus-canvas-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-canvas-view.c b/src/nautilus-canvas-view.c
index f1ed2c58f..0d1d17fa6 100644
--- a/src/nautilus-canvas-view.c
+++ b/src/nautilus-canvas-view.c
@@ -101,7 +101,7 @@ typedef struct
gboolean supports_scaling;
gboolean supports_keep_aligned;
- /* Needed for async operations. Suposedly we would use cancellable and gtask,
+ /* FIXME: Needed for async operations. Suposedly we would use cancellable and gtask,
* sadly gtkclipboard doesn't support that.
* We follow this pattern for checking validity of the object in the views.
* Ideally we would connect to a weak reference and do a cancellable.