Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
* - Remove confliting search
Browse files Browse the repository at this point in the history
  • Loading branch information
Lains committed Oct 22, 2018
1 parent 483a06c commit a305697
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ namespace Yishu {
private TreeView setup_tree_view(){
TreeView tv = new TreeView();
TreeViewColumn col;
tv.set_enable_search (true);

col = new TreeViewColumn.with_attributes(_("Priority"), new Granite.Widgets.CellRendererBadge(), "text", Columns.PRIORITY);
col.set_sort_column_id(Columns.PRIORITY);
Expand Down

0 comments on commit a305697

Please sign in to comment.