From 7562e950997c247207acf7e4a0829a5ad454f897 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 11 Oct 2013 23:49:35 +0200 Subject: [PATCH] gnome setup: Remove TODO item --- SparkleShare/Linux/SparkleSetup.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/SparkleShare/Linux/SparkleSetup.cs b/SparkleShare/Linux/SparkleSetup.cs index c86011e9..e0e79281 100755 --- a/SparkleShare/Linux/SparkleSetup.cs +++ b/SparkleShare/Linux/SparkleSetup.cs @@ -302,8 +302,6 @@ namespace SparkleShare { AddButton (cancel_button); AddButton (add_button); - // TODO: unfocused treeview row: make background grey - Controller.CheckAddPage (address_entry.Text, path_entry.Text, 1); tree_view.GrabFocus (); }