Didn't refind node when it was NULL. Bug found by Tor Lillqvist.
Sat Feb 23 19:05:34 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (validate_visible_area): Didn't refind node when it was NULL. Bug found by Tor Lillqvist.
This commit is contained in:
parent
591fe66d00
commit
779ce437d7
@ -1,3 +1,8 @@
|
||||
Sat Feb 23 19:05:34 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): Didn't refind node
|
||||
when it was NULL. Bug found by Tor Lillqvist.
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (build_keypress_event,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 23 19:05:34 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): Didn't refind node
|
||||
when it was NULL. Bug found by Tor Lillqvist.
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (build_keypress_event,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 23 19:05:34 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): Didn't refind node
|
||||
when it was NULL. Bug found by Tor Lillqvist.
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (build_keypress_event,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 23 19:05:34 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): Didn't refind node
|
||||
when it was NULL. Bug found by Tor Lillqvist.
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (build_keypress_event,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 23 19:05:34 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): Didn't refind node
|
||||
when it was NULL. Bug found by Tor Lillqvist.
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (build_keypress_event,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 23 19:05:34 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): Didn't refind node
|
||||
when it was NULL. Bug found by Tor Lillqvist.
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (build_keypress_event,
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 23 19:05:34 2002 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (validate_visible_area): Didn't refind node
|
||||
when it was NULL. Bug found by Tor Lillqvist.
|
||||
|
||||
2002-02-24 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkevents-win32.c (build_keypress_event,
|
||||
|
@ -3725,6 +3725,7 @@ validate_visible_area (GtkTreeView *tree_view)
|
||||
{
|
||||
/* In this case, nothing has been validated */
|
||||
path = gtk_tree_path_new_root ();
|
||||
_gtk_tree_view_find_node (tree_view, path, &tree, &node);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user