SOURCES: vlc-wx.patch (NEW) - fix (not tested) for wxWidgets 2.8

arekm arekm at pld-linux.org
Mon Dec 18 00:46:35 CET 2006


Author: arekm                        Date: Sun Dec 17 23:46:35 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix (not tested) for wxWidgets 2.8

---- Files affected:
SOURCES:
   vlc-wx.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vlc-wx.patch
diff -u /dev/null SOURCES/vlc-wx.patch:1.1
--- /dev/null	Mon Dec 18 00:46:35 2006
+++ SOURCES/vlc-wx.patch	Mon Dec 18 00:46:29 2006
@@ -0,0 +1,11 @@
+--- vlc/modules/gui/wxwidgets/dialogs.cpp~	2006-12-09 02:12:14.000000000 +0100
++++ vlc/modules/gui/wxwidgets/dialogs.cpp	2006-12-18 00:35:58.752118250 +0100
+@@ -376,7 +376,7 @@
+     {
+         p_file_generic_dialog->SetMessage( wxU(p_arg->psz_title) );
+         p_file_generic_dialog->SetWildcard( wxU(p_arg->psz_extensions) );
+-        p_file_generic_dialog->SetStyle( (p_arg->b_save ? wxSAVE : wxOPEN) |
++        p_file_generic_dialog->SetWindowStyle( (p_arg->b_save ? wxSAVE : wxOPEN) |
+                                          (p_arg->b_multiple ? wxMULTIPLE:0) );
+     }
+ 
================================================================


More information about the pld-cvs-commit mailing list