From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NNwKI-0004nW-2c for mharc-grub-devel@gnu.org; Thu, 24 Dec 2009 17:38:34 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NNwKG-0004mW-DJ for grub-devel@gnu.org; Thu, 24 Dec 2009 17:38:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NNwKB-0004k1-St for grub-devel@gnu.org; Thu, 24 Dec 2009 17:38:31 -0500 Received: from [199.232.76.173] (port=52268 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NNwKB-0004js-Kq for grub-devel@gnu.org; Thu, 24 Dec 2009 17:38:27 -0500 Received: from 197.red-80-32-81.staticip.rima-tde.net ([80.32.81.197]:37680 helo=mail.pina.cat) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NNwKB-0008Jj-5n for grub-devel@gnu.org; Thu, 24 Dec 2009 17:38:27 -0500 Received: from pinux (unknown [192.168.0.108]) by mail.pina.cat (Postfix) with ESMTP id EF82C288FBA11 for ; Thu, 24 Dec 2009 23:38:12 +0100 (CET) Received: by pinux (Postfix, from userid 1000) id 9595F9147; Thu, 24 Dec 2009 22:38:29 +0000 (GMT) Date: Thu, 24 Dec 2009 23:38:29 +0100 From: Carles Pina i Estany To: The development of GNU GRUB Message-ID: <20091224223829.GA5032@pina.cat> References: <20091213013155.GA13074@pina.cat> <20091224212335.GK12122@thorin> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091224212335.GK12122@thorin> User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: gettext: print_timeout X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2009 22:38:32 -0000 Hi, On Dec/24/2009, Robert Millan wrote: > On Sun, Dec 13, 2009 at 01:31:55AM +0000, Carles Pina i Estany wrote: > > > > If ok I would commit. > > Was this checked in? ISTR having OKed it on IRC, but I don't see it > in ChangeLog. it's already applied but not in the way that I was suggesting in the patch. It's a commit from date 2009-12-19 (first one of that day). (print_timeout): Use `print_message_indented' to print the message. Deletes `second_stage' parameter. because print_timeout doesn't need the utf8_to_ucs4 code, this code is inside prprint_message_indented. If some other function will need to use this code I will factorize. (I could factorize now but then we will have an extra call to one function, etc.) -- Carles Pina i Estany http://pinux.info