From 07471c3c2a74f8454fb736f00257584193a2cbbe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Fri, 30 Jul 2010 20:00:20 +0200 Subject: [PATCH] SPrefsPanel : swapped 2 arguments --- modules/gui/qt4/components/simple_preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 788a9860f7..2395a1486b 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -665,7 +665,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, p_config = config_FindConfig( VLC_OBJECT(p_intf), "hotkeys-mousewheel-mode" ); control = new IntegerListConfigControl( VLC_OBJECT(p_intf), - p_config, false, this, gLayout, line ); + p_config, this, false, gLayout, line ); controls.append( control ); break; -- 2.39.2