diff options
author | Jonathan Blandford <jrb@redhat.com> | 2002-03-06 05:27:29 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2002-03-06 05:27:29 +0000 |
commit | d8dd3fb392fb025c36bc56e4b80e19bef046d86b (patch) | |
tree | 27cb56b5fa1443139d1df0b3b64363759cd56181 /ChangeLog.pre-2-0 | |
parent | 81538dec03247803ef0360de21ea85dd6df158d5 (diff) | |
download | gtk+-d8dd3fb392fb025c36bc56e4b80e19bef046d86b.tar.gz |
move event handling to the process_action function so we can have the
Wed Mar 6 00:20:59 2002 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeviewcolumn.c
(gtk_tree_view_column_cell_process_action): move event handling to
the process_action function so we can have the event go to
individual cells.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 7f805bb672..d5aaceb8aa 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +Wed Mar 6 00:20:59 2002 Jonathan Blandford <jrb@redhat.com> + + * gtk/gtktreeviewcolumn.c + (gtk_tree_view_column_cell_process_action): move event handling to + the process_action function so we can have the event go to + individual cells. + Tue Mar 5 22:16:58 2002 Owen Taylor <otaylor@redhat.com> * GTK+-2.0.0 rc1 |