https://bugs.documentfoundation.org/show_bug.cgi?id=95310

MM <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |---

--- Comment #3 from MM <[email protected]> ---
Sorry, I don't agree....
Bug 64439 is about backing up, restoring and clearing a profile, as said:

>1. Backup - It would zip the current profile
>2. Restore - It would restore a profile from an existing zip
>3. Reset - It would clear the current profile

My suggestion is to *bypass* the user profile (ie. not reading it) and to make
use of the original, -as if- you've cleared a profile. Only just one time, so
the user can test if something is working or not and report back.

I don't know how the internal works, but to me it can be quite simple (but who
am i so say).

Something like:

menuitem send > upreset=1;

if (upreset==0)
{
 readuserprof();
}
else
{
 readorgprof();
 upreset=0;
}
endif

Let me know what you think.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to