diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-02-09 21:58:26 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-02-09 21:58:26 +0000 |
commit | 76108bc3da813a76c04d48247da4cc5c1d410d91 (patch) | |
tree | 347478206dd0b5bfad0e5ec2943b60660f9fce9f /ChangeLog.pre-2-8 | |
parent | a42ff4949006eb90dffea8d5cdf8454cc68cbe3f (diff) | |
download | gtk+-76108bc3da813a76c04d48247da4cc5c1d410d91.tar.gz |
Request GTK_FILE_INFO_ALL from the file system model, so that arbitrary
2004-02-09 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (set_list_model): Request
GTK_FILE_INFO_ALL from the file system model, so that arbitrary
filtering will work. Perhaps we should have a way of aggregating
info types to the model as filters get installed.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 4001085c9b..5c01bd20a6 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2004-02-09 Federico Mena Quintero <federico@ximian.com> + + * gtk/gtkfilechooserdefault.c (set_list_model): Request + GTK_FILE_INFO_ALL from the file system model, so that arbitrary + filtering will work. Perhaps we should have a way of aggregating + info types to the model as filters get installed. + Mon Feb 9 22:22:19 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcellview.c (gtk_cell_view_cell_layout_clear_attributes): |