diff options
author | Federico Mena Quintero <federico@gnu.org> | 2008-03-13 00:34:44 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2008-03-13 00:34:44 +0000 |
commit | bdebb1c7fbe09e04bb0de39ae37b704ed448784b (patch) | |
tree | 2041c836a59092f097c8d97aec44988dd7edf7ed /gtk/gtkfilechooserentry.c | |
parent | 69f62828f42f4cfa8b296f9010811264c6702ffd (diff) | |
download | gtk+-bdebb1c7fbe09e04bb0de39ae37b704ed448784b.tar.gz |
Remove obsolete comments
Signed-off-by: Federico Mena Quintero <federico@gnu.org>
svn path=/trunk/; revision=19818
Diffstat (limited to 'gtk/gtkfilechooserentry.c')
-rw-r--r-- | gtk/gtkfilechooserentry.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 62753c03a8..fbf73613b4 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -742,7 +742,6 @@ populate_completion_store (GtkFileChooserEntry *chooser_entry) G_TYPE_STRING, GTK_TYPE_FILE_PATH); - /* Bah. Need to turn off sorting */ for (tmp_list = paths; tmp_list; tmp_list = tmp_list->next) { GtkFileInfo *info; @@ -773,7 +772,6 @@ populate_completion_store (GtkFileChooserEntry *chooser_entry) gtk_file_paths_free (paths); - /* FIXME: we want to turn off sorting temporarily. I suck... */ gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (chooser_entry->completion_store), DISPLAY_NAME_COLUMN, GTK_SORT_ASCENDING); |