Bug 4009 - Fix up SW toolbar buttons
Summary: Fix up SW toolbar buttons
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 1633
  Show dependency treegraph
 
Reported: 2007-02-08 20:04 UTC by Mike Cvet
Modified: 2007-02-14 13:20 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Cvet 2007-02-08 20:04:43 UTC
Properly define "run" and move "continue" next to it.
Comment 1 Mike Cvet 2007-02-14 13:20:17 UTC
Log message:
	srcwin:
	2007-02-14  Mike Cvet  <mcvet@redhat.com>
	
	* SourceWindow.java (finishSourceWin): Set continue button to
	sensitive, not run button. Fixes #4009.
	(createActions): Updated to fix #4009.
	(createMenus): Ditto.
	(resensitize): Ditto.
	(doRun): Moved code to doContinue().
	(doContinue): doRun()s code moved here.
	* CurrentStackView.java (selectRow): Added.