From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756728Ab1EXNzc (ORCPT ); Tue, 24 May 2011 09:55:32 -0400 Received: from cantor2.suse.de ([195.135.220.15]:51759 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756664Ab1EXNzb (ORCPT ); Tue, 24 May 2011 09:55:31 -0400 Date: Tue, 24 May 2011 15:55:29 +0200 From: Michal Marek To: Randy Dunlap Cc: Eduardo Silva , Roman Zippel , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] gconfig: enable rules hint for main treeviews Message-ID: <20110524135529.GA2276@sepie.suse.cz> References: <1305808621.11775.3.camel@monotop> <20110519091309.ebeacbfb.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110519091309.ebeacbfb.randy.dunlap@oracle.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 19, 2011 at 09:13:09AM -0700, Randy Dunlap wrote: > On Thu, 19 May 2011 08:37:01 -0400 Eduardo Silva wrote: > > > Due to the large amount of rows in the treeviews, is difficult to > > match columns with rows, setting the rules hint to 'true' allows the > > treeview to alternate background colors in the rows making the data > > more readable. > > > > Signed-off-by: Eduardo Silva > > Tested-by: Randy Dunlap > > Nice. Thanks. Applied, thanks. Michal