diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-03-16 23:22:46 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-03-16 23:22:46 +0000 |
commit | 73dc88d241772539391233b1d444d7426cd54846 (patch) | |
tree | 1dbd74c4a3941b7d265ee197a05b52b4fe549e04 /ChangeLog.pre-2-8 | |
parent | 4d4af2941ea53aea1b2246a1e2e4091f05867e21 (diff) | |
download | gtk+-73dc88d241772539391233b1d444d7426cd54846.tar.gz |
modified to use "row_activated" signal.
Fri Mar 16 18:24:53 2001 Jonathan Blandford <jrb@redhat.com>
* demos/gtk-demo/main.c (row_activated_cb): modified to use
"row_activated" signal.
* gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
stupidity. Lets actually pass in the row with this signal...
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c062c2593d..0bd006cca8 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +Fri Mar 16 18:24:53 2001 Jonathan Blandford <jrb@redhat.com> + + * demos/gtk-demo/main.c (row_activated_cb): modified to use + "row_activated" signal. + + * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the + stupidity. Lets actually pass in the row with this signal... + Fri Mar 16 18:01:17 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN |