From 113f364a37cefbef4eabb2c40070e08357a1b157 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 14 May 2006 04:25:34 +0000 Subject: More of the same --- gtk/gtktreestore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtktreestore.c') diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c index 1534dab795..3f37f6e469 100644 --- a/gtk/gtktreestore.c +++ b/gtk/gtktreestore.c @@ -142,7 +142,7 @@ G_DEFINE_TYPE_WITH_CODE (GtkTreeStore, gtk_tree_store, G_TYPE_OBJECT, G_IMPLEMENT_INTERFACE (GTK_TYPE_TREE_DRAG_DEST, gtk_tree_store_drag_dest_init) G_IMPLEMENT_INTERFACE (GTK_TYPE_TREE_SORTABLE, - gtk_tree_store_sortable_init)); + gtk_tree_store_sortable_init)) static void gtk_tree_store_class_init (GtkTreeStoreClass *class) -- cgit v1.2.1