To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54275
                  Issue #:|54275
                  Summary:|disable recovery dialog via environment ...
                Component:|framework
                  Version:|680m126
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|tm
              Reported by:|mmeeks





------- Additional comments from [EMAIL PROTECTED] Tue Sep  6 08:07:47 -0700 
2005 -------
My #1 most annoying thing while hacking - quitting via ctrl-c is a lifetime
habit ... ;-) Of course this works most nicely with a linkoo patch that sets
this by default.

--- desktop/source/app/app.cxx  12 Jul 2005 14:29:16 -0000      1.182
+++ desktop/source/app/app.cxx  6 Sep 2005 15:17:27 -0000
@@ -2085,7 +2086,7 @@
 
         impl_checkRecoveryState(bCrashed, bExistsRecoveryData, 
bExistsSessionData);
 
-        if (
+        if ( !getenv ("OOO_DISABLE_RECOVERY") &&
             ( ! bLoaded ) &&
             (
                 ( bExistsRecoveryData ) || // => crash with files    => 
recovery

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to