diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-14 04:25:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-05-14 04:25:34 +0000 |
commit | 113f364a37cefbef4eabb2c40070e08357a1b157 (patch) | |
tree | 8d1c6780766d0470c72d31978d1b6b58cfda62bf /gtk/gtktreestore.c | |
parent | 1ad9d62428e79b3b5f2a5609ba44a7320bd77b9c (diff) | |
download | gtk+-113f364a37cefbef4eabb2c40070e08357a1b157.tar.gz |
More of the same
Diffstat (limited to 'gtk/gtktreestore.c')
-rw-r--r-- | gtk/gtktreestore.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |