Bug 4155 - assign first process chosen as session name
Summary: assign first process chosen as session name
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 3401
  Show dependency treegraph
 
Reported: 2007-03-06 21:40 UTC by Andrew Cagney
Modified: 2007-03-13 19:37 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 Andrew Cagney 2007-03-06 21:40:30 UTC
Now that the session assistant assigns a default name, I don't think there's a
need for the hint saying give it a name.

Instead, should the name adapt to the first process chosen?  For instance, say a
monitoring session is created then, when the first process is chosen, and the
session name hasn't been set then it should change:

Monitoring Session 1 -> Monitor bash

say.
Comment 1 Sami Wagiaalla 2007-03-13 19:37:04 UTC
Good idea.

2007-03-13  Sami Wagiaalla  <swagiaal@redhat.com>

	* druid/CreateFryskSessionDruid.java (changeGroupState): if a no name is 
	set for the session the name of the first added process is used. Fix for
	bz 4155.

2007-03-13  Sami Wagiaalla  <swagiaal@redhat.com>

	* ProcWiseDataModel.java (getObject): New function.
	* ProcWiseTreeView.java (mountDataModel): Set all coluns to be
	resizable. Fix for bz#4153