To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88382
                 Issue #|88382
                 Summary|shutdownicon.cxx bug ...
               Component|framework
                 Version|680m230
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|hro
             Reported by|mmeeks





------- Additional comments from [EMAIL PROTECTED] Thu Apr 17 10:38:26 +0000 
2008 -------
Trivial fix; removes platform conditional - fixes broken insensitivity of menu
items when using the gtk+ quick-starter:

--- sfx2/source/appl/shutdownicon.cxx   2 Nov 2007 13:13:41 -0000       1.61
+++ sfx2/source/appl/shutdownicon.cxx   17 Apr 2008 10:37:07 -0000
@@ -531,9 +531,8 @@ IMPL_STATIC_LINK( ShutdownIcon, DialogCl
         }
     }
 
-#ifdef WNT
-        LeaveModalMode();
-#endif
+    LeaveModalMode();
+
     return 0;
 }
 
It's nice to leave the modal mode in gtk+ too ;-). Might be a pain to QA since
you disable the quick-starter in the stock builds. It helps here though.

---------------------------------------------------------------------
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