Provied a way for users to go back to the session mamanger to edit the current session or switch sessions.
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.