This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/4562] Editing a session name causes a new session to be created


------- Additional Comments From kris dot van dot hees at oracle dot com  2007-05-29 19:22 -------
Problem is that sessions are stored under their names, so when you change the
name of the session using the edit functionality of the druid, and close the
druid, it triggers a save of the current session, which causes it to get saved
under the new name.  The session manager acts as if the session was renamed, but
in reality (in the underlying fs representation of sessions) a new one got
created.  So, when you start frysk again, it now finds both.

When you chamge the name, the session under the new name ought to be
automatically deleted at the time of saving the session under its new name.  You
can't really do it prior to the save of the new session information, because a
crash or deliberate abort of frysk would leave you without even the old version
of the session.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4562

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]