destroy the search data iff the destroy func isn't NULL.
Mon Apr 28 17:54:39 2003 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search data iff the destroy func isn't NULL.
This commit is contained in:
committed by
Jonathan Blandford
parent
b607f4bfc2
commit
1c8652ca31
@@ -1,3 +1,8 @@
|
||||
Mon Apr 28 17:54:39 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
|
||||
data iff the destroy func isn't NULL.
|
||||
|
||||
Thu Apr 24 19:12:05 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Mon Apr 28 17:54:39 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
|
||||
data iff the destroy func isn't NULL.
|
||||
|
||||
Thu Apr 24 19:12:05 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Mon Apr 28 17:54:39 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
|
||||
data iff the destroy func isn't NULL.
|
||||
|
||||
Thu Apr 24 19:12:05 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Mon Apr 28 17:54:39 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
|
||||
data iff the destroy func isn't NULL.
|
||||
|
||||
Thu Apr 24 19:12:05 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Mon Apr 28 17:54:39 2003 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
|
||||
data iff the destroy func isn't NULL.
|
||||
|
||||
Thu Apr 24 19:12:05 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* autogen.sh (have_libtool): Accept libtool-1.5. (#111480)
|
||||
|
||||
@@ -462,6 +462,18 @@ calling gtk_tree_view_column_set_cell_data_func()
|
||||
@height:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_column_cell_get_position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tree_column:
|
||||
@cell_renderer:
|
||||
@start_pos:
|
||||
@width:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tree_view_column_cell_is_visible ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@@ -1180,7 +1180,7 @@ gtk_tree_view_destroy (GtkObject *object)
|
||||
gtk_tree_view_search_dialog_destroy (search_dialog,
|
||||
tree_view);
|
||||
|
||||
if (tree_view->priv->search_user_data)
|
||||
if (tree_view->priv->search_destroy)
|
||||
{
|
||||
(* tree_view->priv->search_destroy) (tree_view->priv->search_user_data);
|
||||
tree_view->priv->search_user_data = NULL;
|
||||
|
||||
Reference in New Issue
Block a user