diff options
-rw-r--r-- | src/nautilus-list-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c index 569a449b7..39a1fc912 100644 --- a/src/nautilus-list-view.c +++ b/src/nautilus-list-view.c @@ -2087,6 +2087,7 @@ create_and_set_up_tree_view (NautilusListView *view) (GtkTreeCellDataFunc) filename_cell_data_func, view, NULL); } else { + /* We need to use libgd */ cell = gd_styled_text_renderer_new (); /* FIXME: should be just dim-label. * See https://bugzilla.gnome.org/show_bug.cgi?id=744397 |