From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dOmSn-0006h6-Gr for guix-patches@gnu.org; Sat, 24 Jun 2017 10:55:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dOmSk-0001CL-G8 for guix-patches@gnu.org; Sat, 24 Jun 2017 10:55:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33132) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dOmSk-0001Bo-D7 for guix-patches@gnu.org; Sat, 24 Jun 2017 10:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dOmSk-0000Kn-4J for guix-patches@gnu.org; Sat, 24 Jun 2017 10:55:02 -0400 Subject: bug#27473: [PATCH] gnu: epiphany: Add gdk-pixbuf input. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Sat, 24 Jun 2017 16:54:06 +0200 From: Danny Milosavljevic Message-ID: <20170624165406.1237a98b@scratchpost.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: rennes Cc: 27473-done@debbugs.gnu.org Hi, On Sat, 24 Jun 2017 07:59:12 -0500 rennes wrote: > On epiphany-3.24.2 the 'view and manage your bookmarks' icon is not > displayed correctly. > This patch allows to correctly display the icons. Pushed as 0e5c9cf5307c342c6b67461c43e33e1324368dec to master. Thanks!