To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75190


User mmeeks changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|CLOSED                    |REOPENED
--------------------------------------------------------------------------------
              Resolution|FIXED                     |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Dec 10 18:02:04 +0000 
2007 -------
So ... clearly we need a check to see if we are using gtk+ already, I guess.
That could be done in one of several ways.
The File picker does:

        OUString aDesktopEnvironment (Application::GetDesktopEnvironment());
        if (aDesktopEnvironment.equalsIgnoreAsciiCaseAscii ("gnome"))
                return OUString (RTL_CONSTASCII_USTRINGPARAM
("com.sun.star.ui.dialogs.GtkFilePicker"));

It's possible that we need to do a "g_type_init", followed by a:
g_object_get_class ("GdkDisplay") != NULL to check that we are using the gtk+
plug before using that code.

Or failing that, just the g_type_init I guess.



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