Fix two trivial build warnings
[milk] / src / milk-task-model.c
index 981be2a..6cc71da 100644 (file)
@@ -252,7 +252,7 @@ milk_task_model_get_sort_column_id (GtkTreeSortable *sortable,
                         GTK_TREE_SORTABLE (priv->store), column_id, order);
 }
 
-static gboolean
+static void
 milk_task_model_set_sort_column_id (GtkTreeSortable *sortable,
                                     gint             column_id,
                                     GtkSortType      order)