allow claling Unassociate() on previously not initialized wxMimeTypesManager
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -527,6 +527,8 @@ wxMimeTypesManager::~wxMimeTypesManager()
|
|||||||
|
|
||||||
bool wxMimeTypesManager::Unassociate(wxFileType *ft)
|
bool wxMimeTypesManager::Unassociate(wxFileType *ft)
|
||||||
{
|
{
|
||||||
|
EnsureImpl();
|
||||||
|
|
||||||
#if defined(__UNIX__) && !defined(__CYGWIN__) && !defined(__WINE__)
|
#if defined(__UNIX__) && !defined(__CYGWIN__) && !defined(__WINE__)
|
||||||
return m_impl->Unassociate(ft);
|
return m_impl->Unassociate(ft);
|
||||||
#else
|
#else
|
||||||
|
@@ -2643,6 +2643,8 @@ size_t wxMimeTypesManagerImpl::EnumAllFileTypes(wxArrayString& mimetypes)
|
|||||||
|
|
||||||
bool wxMimeTypesManagerImpl::Unassociate(wxFileType *ft)
|
bool wxMimeTypesManagerImpl::Unassociate(wxFileType *ft)
|
||||||
{
|
{
|
||||||
|
InitIfNeeded();
|
||||||
|
|
||||||
wxArrayString sMimeTypes;
|
wxArrayString sMimeTypes;
|
||||||
ft->GetMimeTypes(sMimeTypes);
|
ft->GetMimeTypes(sMimeTypes);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user