#3954 closed defect (fixed)
GUI:Clicking "Load" when no games are added triggers a crash
Reported by: | SF/espiox | Owned by: | lordhoto |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
(Lastest SVN build, Win32) If no games have been added to ScummVM's games list, clicking the "Load" button on the launcher crashes the program. Presumably, the button should be inactive if no game is selected, like the "Start" button.
Ticket imported from: #2100790. Ticket imported from: bugs/3954.
Attachments (1)
Change History (8)
comment:1 by , 16 years ago
Summary: | Clicking "Load" when no games are added triggers a crash → GUI:Clicking "Load" when no games are added triggers a crash |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Owner: | set to |
---|
comment:4 by , 16 years ago
I went ahead and fiddled around with this, as it seemed to be pretty straightforward...
I've attached a patch that seems to be working correctly and fixes the problem
Please, revew :) File Added: load_fix.patch
comment:6 by , 16 years ago
Owner: | changed from | to
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:7 by , 6 years ago
Component: | --Unset-- → GUI |
---|
Note:
See TracTickets
for help on using tickets.
Hi there, indeed, if no game is selected, the "Load" button should be disabled. Chris, want to try fixing this? :)