diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-03-25 21:52:04 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-03-25 21:52:04 +0000 |
commit | e38ade92998a47e3a9e191cb1b9e59726394d405 (patch) | |
tree | 1f122040df8b9bde422a8687094ba2e36970fea7 /ChangeLog.pre-2-4 | |
parent | cd486d396fb0f85cdfa462ba6538564535f99825 (diff) | |
download | gtk+-e38ade92998a47e3a9e191cb1b9e59726394d405.tar.gz |
Just use the file under the cursor; we don't need the logic from
2004-03-25 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (check_preview_change): Just use the
file under the cursor; we don't need the logic from
GtkFileSelection after all. Fixes #132255.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f96283ed17..b284d0598a 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,11 @@ 2004-03-25 Federico Mena Quintero <federico@ximian.com> + * gtk/gtkfilechooserdefault.c (check_preview_change): Just use the + file under the cursor; we don't need the logic from + GtkFileSelection after all. Fixes #132255. + +2004-03-25 Federico Mena Quintero <federico@ximian.com> + * gtk/gtkfilechooserdefault.c (location_entry_create): Fill the location entry with the display name of the file under the cursor for Open mode, or the typed filename in Save mode. |