Bug 3106 - Edit Custom Observer Window won't close with blank input for most Actions
Summary: Edit Custom Observer Window won't close with blank input for most Actions
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:
: 3113 (view as bug list)
Depends on: 3113
Blocks: 1632 3399
  Show dependency treegraph
 
Reported: 2006-08-22 21:38 UTC by Mike Cvet
Modified: 2006-12-08 18:56 UTC (History)
1 user (show)

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 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. ***