[vlc-devel] commit: Compile Fix. (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Sep 23 03:10:07 CEST 2008


vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 22 18:10:37 2008 -0700| [86cd20674353b13498ab6d986552aaed95186828] | committer: Jean-Baptiste Kempf 

Compile Fix.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=86cd20674353b13498ab6d986552aaed95186828
---

 modules/gui/qt4/components/simple_preferences.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 668c12d..a074ab9 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -526,7 +526,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
             CONFIG_GENERIC( "freetype-rel-fontsize", IntegerList, NULL,
                             fontSize );
             CONFIG_GENERIC( "freetype-effect", IntegerList, NULL, effect );
-            CONFIG_GENERIC( "sub-margin", Integer, NULL, subsPosition );
+            CONFIG_GENERIC_NO_BOOL( "sub-margin", Integer, NULL, subsPosition );
 
         END_SPREFS_CAT;
 




More information about the vlc-devel mailing list