diff options
author | Kristian Rietveld <kris@gtk.org> | 2002-03-11 00:28:47 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2002-03-11 00:28:47 +0000 |
commit | 9521c7234421106551f8e8c5dd6320a08eceeab2 (patch) | |
tree | 350cc096ab5f7ada38953f26eea7ac6e5a9e2e4d /ChangeLog.pre-2-0 | |
parent | 886abba650c7cc78339cf8128b7b952ad941d850 (diff) | |
download | gtk+-9521c7234421106551f8e8c5dd6320a08eceeab2.tar.gz |
compare path with cursor path and not with the selected iter in the
Mon Mar 11 01:25:14 2002 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_button_press): compare path with
cursor path and not with the selected iter in the 'decide to edit'
check
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 30c63369a7..dcd76c5943 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Mon Mar 11 01:25:14 2002 Kristian Rietveld <kris@gtk.org> + + * gtk/gtktreeview.c (gtk_tree_view_button_press): compare path with + cursor path and not with the selected iter in the 'decide to edit' + check + Fri Mar 8 14:45:00 2002 Owen Taylor <otaylor@redhat.com> * ======== Released GTK+-2.0 ======== |