summaryrefslogtreecommitdiff
path: root/tests/testtreeview.c
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-06-07 22:33:14 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-06-07 22:33:14 +0000
commit59444d85e3abd3c9f8b1c1c27fdd67c4b716e723 (patch)
tree6ed58080028180d36b7d400f95795b630a91099f /tests/testtreeview.c
parent10b868ebaea6ec4599e8fa7649b887fc329fcd1b (diff)
downloadgdk-pixbuf-59444d85e3abd3c9f8b1c1c27fdd67c4b716e723.tar.gz
Now it's a GObject instead of a GtkObject. The
Thu Jun 7 18:25:42 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeselection.c: Now it's a GObject instead of a GtkObject. The GtkTreeSelection::selection_changed signal is now the GtkTreeSelection::changed signal. * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection object. * tests/gtktree*.c: Modified to deal with new GtkTreeSelection object.
Diffstat (limited to 'tests/testtreeview.c')
-rw-r--r--tests/testtreeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testtreeview.c b/tests/testtreeview.c
index ee582c956..7bf2c0636 100644
--- a/tests/testtreeview.c
+++ b/tests/testtreeview.c
@@ -315,7 +315,7 @@ set_columns_type (GtkTreeView *tree_view, ColumnsType type)
gtk_tree_view_append_column (GTK_TREE_VIEW (tree_view), col);
- pixbuf = gdk_pixbuf_new_from_xpm_data ((char **)book_closed_xpm);
+ pixbuf = gdk_pixbuf_new_from_xpm_data ((const char **)book_closed_xpm);
image = gtk_image_new_from_pixbuf (pixbuf);