(gtk_tree_view_set_column_drag_info): Don't crash if the

column_drop_func says always no.  (#344850, Christian Weiske)
This commit is contained in:
Matthias Clasen
2006-06-20 03:28:36 +00:00
parent a5aaf6b8a5
commit 103bba09e4
3 changed files with 10 additions and 5 deletions

View File

@ -2,7 +2,9 @@
* gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Don't leak
dash_list.
(gtk_tree_view_set_column_drag_info): Don't crash if the
column_drop_func says always no. (#344850, Christian Weiske)
Make transparent tray icons work. (#320034, based on a
patch by Dan Winship)