aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-tree-model-sort.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/ephy-tree-model-sort.h')
-rw-r--r--lib/widgets/ephy-tree-model-sort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/ephy-tree-model-sort.h b/lib/widgets/ephy-tree-model-sort.h
index 2b8b38be9..abe21ddbb 100644
--- a/lib/widgets/ephy-tree-model-sort.h
+++ b/lib/widgets/ephy-tree-model-sort.h
@@ -53,8 +53,8 @@ GType ephy_tree_model_sort_get_type (void);
GtkTreeModel *ephy_tree_model_sort_new (GtkTreeModel *child_model);
-void ephy_tree_model_sort_set_drag_property (EphyTreeModelSort *ms,
- guint id);
+void ephy_tree_model_sort_set_column_id (EphyTreeModelSort *ms,
+ int id);
G_END_DECLS