]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/filehistory.cpp
Refresh wxMSW wxStaticBitmap when its size changes.
[wxWidgets.git] / src / gtk / filehistory.cpp
index 0f482597dddd5b73eb888ee8aa76e9b605df1bd5..3d564b92a28bb867238d637f620df1d0d1b8eaec 100644 (file)
@@ -44,7 +44,9 @@ void wxFileHistory::AddFileToHistory(const wxString& file)
 
 #ifdef __WXGTK210__
     const wxString fullPath = wxFileName(file).GetFullPath();
+#ifndef __WXGTK3__
     if ( !gtk_check_version(2,10,0) )
+#endif
     {
         wxGtkString uri(g_filename_to_uri(wxGTK_CONV_FN(fullPath), NULL, NULL));