summaryrefslogtreecommitdiff
path: root/thunar/thunar-column-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar/thunar-column-model.c')
-rw-r--r--thunar/thunar-column-model.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/thunar/thunar-column-model.c b/thunar/thunar-column-model.c
index 7eb47242..178e2e7e 100644
--- a/thunar/thunar-column-model.c
+++ b/thunar/thunar-column-model.c
@@ -44,7 +44,7 @@ static void thunar_column_model_tree_model_init (GtkTreeMo
static void thunar_column_model_finalize (GObject *object);
static GtkTreeModelFlags thunar_column_model_get_flags (GtkTreeModel *tree_model);
static gint thunar_column_model_get_n_columns (GtkTreeModel *tree_model);
-static GType thunar_column_model_get_column_type (GtkTreeModel *tree_model,
+static GType thunar_column_model_get_column_type (GtkTreeModel *tree_model,
gint idx);
static gboolean thunar_column_model_get_iter (GtkTreeModel *tree_model,
GtkTreeIter *iter,
@@ -233,7 +233,7 @@ thunar_column_model_get_n_columns (GtkTreeModel *tree_model)
static GType
-thunar_column_model_get_column_type (GtkTreeModel *tree_model,
+thunar_column_model_get_column_type (GtkTreeModel *tree_model,
gint idx)
{
switch (idx)