]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/main_interface.cpp
var_InheritInteger -> var_InheritBool
[vlc] / modules / gui / qt4 / main_interface.cpp
index 562dfc83a8a30f92fb62fe67e17c681e7144d32e..7627de0bf7fe52619e3858bf22f27af2d6870932 100644 (file)
@@ -110,7 +110,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
     b_autoresize = var_InheritBool( p_intf, "qt-video-autoresize" );
 
     /* Are we in the enhanced always-video mode or not ? */
-    i_visualmode = var_InheritInteger( p_intf, "qt-minimal-view" );
+    i_visualmode = var_InheritBool( p_intf, "qt-minimal-view" );
 
     /* Do we want anoying popups or not */
     b_notificationEnabled = var_InheritBool( p_intf, "qt-notification" );