Bug 4136

Summary: Memory/Disassembly windows show decimal ranges instead of hex
Product: frysk Reporter: Rick Moseley <rmoseley>
Component: generalAssignee: Mike Cvet <mcvet>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 3119, 3200    

Description Rick Moseley 2007-03-06 16:55:12 UTC
When using the Memory and Disassembly windows the windows ask for a range of
memory locations to show.  This range is asked for in decimal and really should
be done in hex.  This a a Java Gnome shortcoming, so a separate widget will need
to be used to show the hex values.
Comment 1 Mike Cvet 2007-03-07 18:58:55 UTC
2007-03-07  Mike Cvet  <mcvet@redhat.com>
	
	* memory/MemoryWindow.java (lastPath): Added. Keeps track of the end of 
the
	ListStore. Fixes #4136.
	(handleFromSpin): Updated to use lastPath.
	(handleToSpin): Updated to use lastPath.
	* disassembler/DisassemblyWindow.java (lastPath): Added. Keeps track of 
the
	end of the ListStore. Fixes #4136.
	(handleFromSpin): Updated to use lastPath.
	(handleToSpin): UPdated to use lastPath.
	* gladedir/disassemblywindow.glade: Updated.
	* gladedir/memorywindow.glade: Ditto.