summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-03-01 19:50:59 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-03-01 19:50:59 +0100
commita45a84ea4a7a39f0fb9e198dab563bacebbefe51 (patch)
tree101401f67db5cb8a904f662590593352386d05da
parent1febd51d390b71c15746f8b88d2b4deb7848e824 (diff)
downloadnautilus-a45a84ea4a7a39f0fb9e198dab563bacebbefe51.tar.gz
nautilus-list-view: add a comment to track libgd
Now that notifications no longer use libgd, would be cool to remove the libgd dependency. But we still need it to workaround a bug in GTK+. Add a comment to track libgd uses better, so "git grep libgd" shows them.
-rw-r--r--src/nautilus-list-view.c1
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