Bug 3106

Summary: Edit Custom Observer Window won't close with blank input for most Actions
Product: frysk Reporter: Mike Cvet <mcvet>
Component: generalAssignee: Mike Cvet <mcvet>
Status: RESOLVED FIXED    
Severity: normal CC: cagney
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on: 3113    
Bug Blocks: 1632, 3399    

Description Mike Cvet 2006-08-22 21:38:54 UTC
No error printed, the window refuses to close.
Comment 1 Mike Cvet 2006-08-22 21:54:53 UTC
frysk-gui/frysk/gui/monitor
2006-08-22  Mike Cvet  <mcvet@redhat.com>

	* ObserverItemRow.java (apply): Fails when the input is blank 
	/and/ the LiasionItem doesn't require input. Fixes #3106.
	* LiaisonItem.java (needInfo): New int needInfo - a flag to
	determine whether or not input is needed by the LiaisonItem by
	the user.
	* actions/Action.java (Action): Initialized needInfo to 0.
	* filters/Filter.java: Applied GNU formatting.
	(Filter): Initialized needInfo to 1.
	* Combo.java: Applied GNU formatting.

frysk-gui/frysk/gui
2006-08-22  Mike Cvet  <mcvet@redhat.com>

	* register/RegisterWindowFactory.java (createRegisterWindow): 
	Now correctly initializes the RegisterWindow when there are no
	blockers on the process.
	* memory/MemoryWindowFactory.java (createMemoryWindow): Ditto.
Comment 2 Mike Cvet 2006-08-23 19:34:18 UTC
*** Bug 3113 has been marked as a duplicate of this bug. ***