From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: Icon update Date: Thu, 30 Mar 2006 08:56:24 +0200 Message-ID: <442B8118.5000000@swipnet.se> References: <2014.1143413876@olgas.newt.com> <2055.1143413986@olgas.newt.com> <858xqvek7c.fsf@lola.goethe.zz> <4428D8BB.8050701@swipnet.se> <442A5D49.1000302@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143701813 30206 80.91.229.2 (30 Mar 2006 06:56:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Mar 2006 06:56:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 30 08:56:50 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FOr5G-00047y-C9 for ged-emacs-devel@m.gmane.org; Thu, 30 Mar 2006 08:56:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOr5F-0001o2-GU for ged-emacs-devel@m.gmane.org; Thu, 30 Mar 2006 01:56:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FOr53-0001lq-Cv for emacs-devel@gnu.org; Thu, 30 Mar 2006 01:56:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FOr51-0001it-Iw for emacs-devel@gnu.org; Thu, 30 Mar 2006 01:56:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FOr51-0001im-Ga for emacs-devel@gnu.org; Thu, 30 Mar 2006 01:56:27 -0500 Original-Received: from [213.50.74.197] (helo=smtp.operax.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1FOr77-0000JW-T1 for emacs-devel@gnu.org; Thu, 30 Mar 2006 01:58:38 -0500 Original-Received: (qmail 34020 invoked by uid 0); 30 Mar 2006 06:56:25 -0000 Original-Received: from dentan.operax.com (HELO ?192.168.1.48?) (192.168.1.48) by treo.operax.com with SMTP; 30 Mar 2006 06:56:25 -0000 User-Agent: Thunderbird 1.5 (X11/20051201) Original-To: Leon In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:52219 Archived-At: Leon wrote: > This patch works great. > > However one of the icon (diropen.xpm) should use the gnome file > manager's icon which is named file-manager.png in the sense that dired > is the file manger in emacs. Otherwise emacs tool-bar looks really > odd. Have a look at this. There is no stock name for file-manager.png that I can find. Besides, having Gtk+ does not imply having Gnome, so I've restricted stock icons to those defined by Gtk+. gtk-directory is the one used, but I suspect it is only present in later Gtk+ versions (i.e. 2.8 and later). You can change the :stock attribute for that item in tool-bar.el if you really need something else (and then you need to recompile tool-bar.el and Emacs unfortunately). Jan D.