Remove extra call to add a column
This commit is contained in:
parent
4b234ba670
commit
ccf31d03a1
|
@ -232,7 +232,6 @@ static void _new_view(Notes * notes)
|
||||||
}
|
}
|
||||||
gtk_tree_view_column_set_sort_column_id(column, ND_COL_TITLE);
|
gtk_tree_view_column_set_sort_column_id(column, ND_COL_TITLE);
|
||||||
gtk_container_add(GTK_CONTAINER(notes->scrolled), notes->view);
|
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)
|
static gboolean _new_idle(gpointer data)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user