Bug 4258 - Users cannot return to session manager
Summary: Users cannot return to session manager
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: 1632
  Show dependency treegraph
 
Reported: 2007-03-22 15:12 UTC by Sami Wagiaalla
Modified: 2007-04-16 18:36 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 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.