Skip to content
  • Eduardo Robles Elvira's avatar
    Multiple bugfixes in konqueror undo closed window feature: · a0abd568
    Eduardo Robles Elvira authored
     * Now it works again with multiple processes *sight*. Stopped working when we moved to memory storage, so basically we go back and use again file storage for closed windows. Rename the config file var again from "memoryStorage" to "Storage".
     * Now we only remove the temporary files storing closed windows of each process when we are the only process left and we're exiting. Otherwise, another process might try later on to reopen a window of a now inexistant process and find that the file has been erased.
     * Everytime we change the closed windows list, like when we clean it or reopen a window, save it to disk or otherwise if a new konqueror process is launched it will read an outdated list of closed windows and that's not what we want.
     * Read correctly the remote closed windows, we were trying to open an incorrect filename in "appdata" but it's in "tmp". Have you got a dir called "tmp" in $KDEHOME/share/apps/konqueror ? My fault :P.
    
    
    svn path=/trunk/KDE/kdebase/apps/; revision=985413
    a0abd568