diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-01-23 20:15:05 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-01-23 20:15:05 +0000 |
commit | 07de5917571247576c109fdf23bd86207feb4880 (patch) | |
tree | 5380fd810a66b1e42fa9d16cd2b2c52ea20a07a5 /ChangeLog.pre-2-10 | |
parent | 65e277c5d22dab7ce9283ee6332e4d7825c8ed6c (diff) | |
download | gtk+-07de5917571247576c109fdf23bd86207feb4880.tar.gz |
Fix #132247.
2004-01-23 Federico Mena Quintero <federico@ximian.com>
Fix #132247.
* gtk/gtkfilechooserdefault.c (set_select_multiple): Handle folder
mode.
(set_select_multiple): Optionally notify about changes to the
select-multiple property.
(list_selection_changed): Change the condition for the editable row to
test for save mode; this is more clear than testing for not being
in multiple selection mode.
(gtk_file_chooser_default_get_paths): Get impl->action directly
rather than calling gtk_file_chooser_get_action().
(entry_activate): Likewise.
(set_select_multiple): Annotate about #133255.
(update_chooser_entry): Likewise.
(check_preview_change): Likewise.
(tree_selection_changed): Likewise.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d37afcd8ad..891132d917 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,22 @@ +2004-01-23 Federico Mena Quintero <federico@ximian.com> + + Fix #132247. + + * gtk/gtkfilechooserdefault.c (set_select_multiple): Handle folder + mode. + (set_select_multiple): Optionally notify about changes to the + select-multiple property. + (list_selection_changed): Change the condition for the editable row to + test for save mode; this is more clear than testing for not being + in multiple selection mode. + (gtk_file_chooser_default_get_paths): Get impl->action directly + rather than calling gtk_file_chooser_get_action(). + (entry_activate): Likewise. + (set_select_multiple): Annotate about #133255. + (update_chooser_entry): Likewise. + (check_preview_change): Likewise. + (tree_selection_changed): Likewise. + Fri Jan 23 14:56:18 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Don't crash |