DolphinWX: Don't bind context menu when GC filesystem is invalid

If this isn't done, it's possible to select Extract All Files
and make Dolphin dereference a nullptr m_filesystem.
This commit is contained in:
JosJuice
2017-06-04 14:30:40 +02:00
parent 6065525887
commit d664c454a4
2 changed files with 10 additions and 7 deletions

View File

@ -39,7 +39,7 @@ private:
void CreateGUI();
void BindEvents();
void PopulateFileSystemTree();
bool PopulateFileSystemTree();
void OnRightClickTree(wxTreeEvent&);
void OnExtractFile(wxCommandEvent&);