This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

icon cleanup


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  <hunt@redhat.com>

	* 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.
	
Index: library/srcbar.itcl
===================================================================
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
  
!     lappend imgs console reg stack vmake vars watch memory bp
      foreach name $imgs {
        image create photo ${name}_img -file [file join $gdb_ImageDir ${name}.gif]
      }
--- 705,711 ----
      }
      set _loaded_images 1
  
!     lappend imgs console reg stack vars watch memory bp
      foreach name $imgs {
        image create photo ${name}_img -file [file join $gdb_ImageDir ${name}.gif]
      }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]