Sources Bugzilla – Bug 4136
Memory/Disassembly windows show decimal ranges instead of hex
Last modified: 2007-03-07 18:58:55 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.
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.