mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
fix silly bug reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
Wed Jun 6 19:31:11 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
This commit is contained in:
parent
d630084e3e
commit
2d18f2f420
11
ChangeLog
11
ChangeLog
@ -1,3 +1,8 @@
|
||||
Wed Jun 6 19:31:11 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
|
||||
reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
|
||||
|
||||
Wed Jun 6 20:01:38 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c
|
||||
@ -816,7 +821,7 @@ Wed May 9 15:27:22 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
* gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
|
||||
Escape is pressed.
|
||||
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): New
|
||||
"columns_changed" signal.
|
||||
@ -1022,7 +1027,7 @@ Wed May 2 17:26:22 2001 Owen Taylor <otaylor@redhat.com>
|
||||
no way of knowing reliably whether we are viewable or
|
||||
not. (#53947)
|
||||
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
|
||||
fix bug in dropping columns. Moving columns now basically works
|
||||
@ -1568,7 +1573,7 @@ Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
are unsigned insts, therefore use g_value_set_uint.
|
||||
(gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
|
||||
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 6 19:31:11 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
|
||||
reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
|
||||
|
||||
Wed Jun 6 20:01:38 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c
|
||||
@ -816,7 +821,7 @@ Wed May 9 15:27:22 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
* gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
|
||||
Escape is pressed.
|
||||
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): New
|
||||
"columns_changed" signal.
|
||||
@ -1022,7 +1027,7 @@ Wed May 2 17:26:22 2001 Owen Taylor <otaylor@redhat.com>
|
||||
no way of knowing reliably whether we are viewable or
|
||||
not. (#53947)
|
||||
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
|
||||
fix bug in dropping columns. Moving columns now basically works
|
||||
@ -1568,7 +1573,7 @@ Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
are unsigned insts, therefore use g_value_set_uint.
|
||||
(gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
|
||||
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 6 19:31:11 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
|
||||
reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
|
||||
|
||||
Wed Jun 6 20:01:38 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c
|
||||
@ -816,7 +821,7 @@ Wed May 9 15:27:22 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
* gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
|
||||
Escape is pressed.
|
||||
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): New
|
||||
"columns_changed" signal.
|
||||
@ -1022,7 +1027,7 @@ Wed May 2 17:26:22 2001 Owen Taylor <otaylor@redhat.com>
|
||||
no way of knowing reliably whether we are viewable or
|
||||
not. (#53947)
|
||||
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
|
||||
fix bug in dropping columns. Moving columns now basically works
|
||||
@ -1568,7 +1573,7 @@ Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
are unsigned insts, therefore use g_value_set_uint.
|
||||
(gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
|
||||
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 6 19:31:11 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
|
||||
reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
|
||||
|
||||
Wed Jun 6 20:01:38 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c
|
||||
@ -816,7 +821,7 @@ Wed May 9 15:27:22 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
* gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
|
||||
Escape is pressed.
|
||||
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): New
|
||||
"columns_changed" signal.
|
||||
@ -1022,7 +1027,7 @@ Wed May 2 17:26:22 2001 Owen Taylor <otaylor@redhat.com>
|
||||
no way of knowing reliably whether we are viewable or
|
||||
not. (#53947)
|
||||
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
|
||||
fix bug in dropping columns. Moving columns now basically works
|
||||
@ -1568,7 +1573,7 @@ Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
are unsigned insts, therefore use g_value_set_uint.
|
||||
(gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
|
||||
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 6 19:31:11 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
|
||||
reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
|
||||
|
||||
Wed Jun 6 20:01:38 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c
|
||||
@ -816,7 +821,7 @@ Wed May 9 15:27:22 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
* gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
|
||||
Escape is pressed.
|
||||
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): New
|
||||
"columns_changed" signal.
|
||||
@ -1022,7 +1027,7 @@ Wed May 2 17:26:22 2001 Owen Taylor <otaylor@redhat.com>
|
||||
no way of knowing reliably whether we are viewable or
|
||||
not. (#53947)
|
||||
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
|
||||
fix bug in dropping columns. Moving columns now basically works
|
||||
@ -1568,7 +1573,7 @@ Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
are unsigned insts, therefore use g_value_set_uint.
|
||||
(gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
|
||||
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 6 19:31:11 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
|
||||
reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
|
||||
|
||||
Wed Jun 6 20:01:38 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c
|
||||
@ -816,7 +821,7 @@ Wed May 9 15:27:22 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
* gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
|
||||
Escape is pressed.
|
||||
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): New
|
||||
"columns_changed" signal.
|
||||
@ -1022,7 +1027,7 @@ Wed May 2 17:26:22 2001 Owen Taylor <otaylor@redhat.com>
|
||||
no way of knowing reliably whether we are viewable or
|
||||
not. (#53947)
|
||||
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
|
||||
fix bug in dropping columns. Moving columns now basically works
|
||||
@ -1568,7 +1573,7 @@ Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
are unsigned insts, therefore use g_value_set_uint.
|
||||
(gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
|
||||
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Jun 6 19:31:11 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
|
||||
reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
|
||||
|
||||
Wed Jun 6 20:01:38 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c
|
||||
@ -816,7 +821,7 @@ Wed May 9 15:27:22 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
* gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
|
||||
Escape is pressed.
|
||||
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Wed May 9 09:08:44 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_class_init): New
|
||||
"columns_changed" signal.
|
||||
@ -1022,7 +1027,7 @@ Wed May 2 17:26:22 2001 Owen Taylor <otaylor@redhat.com>
|
||||
no way of knowing reliably whether we are viewable or
|
||||
not. (#53947)
|
||||
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Tue May 1 09:21:23 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
|
||||
fix bug in dropping columns. Moving columns now basically works
|
||||
@ -1568,7 +1573,7 @@ Thu Apr 12 21:04:26 2001 Tim Janik <timj@gtk.org>
|
||||
are unsigned insts, therefore use g_value_set_uint.
|
||||
(gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
|
||||
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@webwynk.net>
|
||||
Sun Apr 8 05:36:06 2001 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
|
||||
|
||||
|
@ -5988,7 +5988,8 @@ gtk_tree_view_set_model (GtkTreeView *tree_view,
|
||||
G_SIGNAL_MATCH_DATA,
|
||||
0, 0, NULL,
|
||||
NULL, tree_view);
|
||||
_gtk_rbtree_free (tree_view->priv->tree);
|
||||
if (tree_view->priv->tree)
|
||||
_gtk_rbtree_free (tree_view->priv->tree);
|
||||
}
|
||||
|
||||
if (tree_view->priv->drag_dest_row)
|
||||
|
Loading…
Reference in New Issue
Block a user