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

git version control git at videolan.org
Tue Sep 23 01:01:06 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 22 16:03:50 2008 -0700| [06be248ea94f341f29173fe72fb7b7f5b4f03e3b] | committer: Jean-Baptiste Kempf 

Fix compile. Sorry.

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

 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 9ffacc0..cc51540 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -524,7 +524,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