Fixed typo introduced in r51034 (don't unload Gnome VFS), apparently the fix in 2.8 wasn't tested (see also Gentoo bug #203389).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-11-08 18:03:17 +00:00
parent 5c2d559f12
commit 22bb171a27

View File

@@ -91,7 +91,7 @@ wxGnomeVFSLibrary::~wxGnomeVFSLibrary()
// which we link implicitly (GTK+ itself?) which are not uninstalled
// when it's unloaded resulting in this crash, so just leave it in
// memory -- it's a lesser evil
m_gnome_vfs_lib->.Detach();
m_gnome_vfs_lib->Detach();
delete m_gnome_vfs_lib;
}
}