More of the same

This commit is contained in:
Matthias Clasen
2006-05-14 04:25:34 +00:00
parent 1ad9d62428
commit 113f364a37
169 changed files with 175 additions and 175 deletions

View File

@ -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)