Bug 4258

Summary: Users cannot return to session manager
Product: frysk Reporter: Sami Wagiaalla <swagiaal>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: RESOLVED FIXED    
Severity: normal CC: swagiaal
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1632    

Description Sami Wagiaalla 2007-03-22 15:12:01 UTC
Provied a way for users to go back to the session mamanger to edit the current
session or switch sessions.
Comment 1 Sami Wagiaalla 2007-04-16 19:36:44 UTC
This commit fixes that problem

2007-04-16  swagiaal  <swagiaal@redhat.com>

        * sessions/Session.java (setName): Added check for client trying to set
        the name of the session to an empty String.
        * druid/CreateFryskSessionDruid.java (loadSessionMode): Used 
        collectProcsByExecutablePath() instead of coolectProcs().
        Made nameEntry ingnore DELETE events.

2007-04-16  swagiaal  <swagiaal@redhat.com>

        * eventviewer/TimeLine.java: Added redrawObserver to redraw the widget
when it is
        selected/unselected.
        * eventviewer/EventViewer2.java: Removed mass expose listiner fix for bz
#2469.
        Removed selection listiner.
        * UniqueHashMap.java (add): Added check to throw an exception when an object
        is added more than once.
        * ProcWiseDataModel.java (collectProcsByExecutablePath): replaced
collectProcs with
        this.
        * MenuBar.java: Added handling for Session Manager MenuItem.