diff options
author | Kristian Rietveld <kris@gtk.org> | 2002-04-19 14:31:54 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2002-04-19 14:31:54 +0000 |
commit | d3a1294923e0308ae76a25eb5b12b2dfdae36442 (patch) | |
tree | 85b8e7b0c1782d6f5441b892757aac506bd4099e /ChangeLog.pre-2-8 | |
parent | 1f75708d5a4946d857a4c73d809db60226cb8590 (diff) | |
download | gtk+-d3a1294923e0308ae76a25eb5b12b2dfdae36442.tar.gz |
rename last_single_clicked{,_2} to last_button_press{,_2}, as the latterGTK_MULTIHEAD_MERGEPOINT_19_04_02
Fri Apr 19 16:30:09 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeprivate.h, gtk/gtktreeview.c: rename
last_single_clicked{,_2} to last_button_press{,_2}, as the latter
is a more sane name.
* gtk/gtktreeview.c (gtk_tree_view_button_press): use ->priv->anchor
instead of ->priv->cursor, check for the anchor at another place, as
you can go in edit mode without having an anchor.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 782d77c6bf..10fa712f22 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,13 @@ +Fri Apr 19 16:30:09 2002 Kristian Rietveld <kris@gtk.org> + + * gtk/gtktreeprivate.h, gtk/gtktreeview.c: rename + last_single_clicked{,_2} to last_button_press{,_2}, as the latter + is a more sane name. + + * gtk/gtktreeview.c (gtk_tree_view_button_press): use ->priv->anchor + instead of ->priv->cursor, check for the anchor at another place, as + you can go in edit mode without having an anchor. + 2002-04-18 Matthias Clasen <maclas@gmx.de> * gtk/gtkitemfactory.c: |