From ccf31d03a1cd454ae4b8b1f27fc56d7793db0fd2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 1 Sep 2015 02:05:22 +0200 Subject: [PATCH] Remove extra call to add a column --- src/notes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/notes.c b/src/notes.c index e81bdea..288edcb 100644 --- a/src/notes.c +++ b/src/notes.c @@ -232,7 +232,6 @@ static void _new_view(Notes * notes) } gtk_tree_view_column_set_sort_column_id(column, ND_COL_TITLE); gtk_container_add(GTK_CONTAINER(notes->scrolled), notes->view); - gtk_tree_view_append_column(GTK_TREE_VIEW(notes->view), column); } static gboolean _new_idle(gpointer data)