From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25862 invoked by alias); 20 Dec 2002 22:05:33 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 25852 invoked from network); 20 Dec 2002 22:05:32 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 20 Dec 2002 22:05:32 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gBKLc8g27275 for ; Fri, 20 Dec 2002 16:38:08 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBKM4W217302 for ; Fri, 20 Dec 2002 17:04:32 -0500 Received: from dragon (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBKM4VL28194 for ; Fri, 20 Dec 2002 17:04:32 -0500 Subject: icon cleanup From: "Martin M. Hunt" To: "insight@sources.redhat.com" Content-Type: multipart/mixed; boundary="=-fybtB0Yaz8Qo5Rd8Mw9C" Date: Fri, 20 Dec 2002 14:05:00 -0000 Message-Id: <1040422093.1095.32.camel@Dragon> Mime-Version: 1.0 X-SW-Source: 2002-q4/txt/msg00241.txt.bz2 --=-fybtB0Yaz8Qo5Rd8Mw9C Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 502 I have removed a bunch of old unused icons and images. At least I think they were unused. If not, let me know. Martin 2002-12-20 Martin M. Hunt * library/srcbar.itcl (SrcBar): Don't load vmake icon. * library/images: Removed back.gif, build.gif, file.gif, fore.gif, gdbtk.gif, opt.gif, tools.gif, tools2_3d.gif, and vmake.gif. * library/images2: Removed back.gif, build.gif, file.gif, fore.gif, gdbtk.gif, load.gif, opt.gif, tools.gif, tools2_3d.gif, and vmake.gif. --=-fybtB0Yaz8Qo5Rd8Mw9C Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; name=p; charset=UTF-8 Content-length: 964 Index: library/srcbar.itcl =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/gdbtk/library/srcbar.itcl,v retrieving revision 1.21 diff -p -r1.21 srcbar.itcl *** library/srcbar.itcl 11 Nov 2002 22:39:38 -0000 1.21 --- library/srcbar.itcl 20 Dec 2002 21:58:44 -0000 *************** itcl::class SrcBar { *** 705,711 **** } set _loaded_images 1 =20=20 ! lappend imgs console reg stack vmake vars watch memory bp foreach name $imgs { image create photo ${name}_img -file [file join $gdb_ImageDir ${nam= e}.gif] } --- 705,711 ---- } set _loaded_images 1 =20=20 ! lappend imgs console reg stack vars watch memory bp foreach name $imgs { image create photo ${name}_img -file [file join $gdb_ImageDir ${nam= e}.gif] } --=-fybtB0Yaz8Qo5Rd8Mw9C--