diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-09-14 19:37:48 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-09-14 19:37:48 +0000 |
commit | 03a6952c48c7b4679d1874532cbcffaf15fe2ef2 (patch) | |
tree | 84514b48d847871785d78ecb3d878e64cb8258aa /ChangeLog.pre-2-6 | |
parent | 01743e7235b1840bb2ce04ba35afbd766b10c122 (diff) | |
download | gtk+-03a6952c48c7b4679d1874532cbcffaf15fe2ef2.tar.gz |
Set the cursor to the first selected row instead of always to the first
2004-09-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Set the cursor
to the first selected row instead of always to the first row if there
is no cursor. (#143270, Jean Bréfort)
* tests/testfilechooser.c (main): Fix a few typos.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ec8842a295..c3c0010458 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +2004-09-14 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Set the cursor + to the first selected row instead of always to the first row if there + is no cursor. (#143270, Jean Bréfort) + + * tests/testfilechooser.c (main): Fix a few typos. + 2004-09-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkexpander.c: |