[vlc-commits] commit: SPrefsPanel : swapped 2 arguments ( Rafaël Carré )
git at videolan.org
git at videolan.org
Fri Jul 30 20:01:24 CEST 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Fri Jul 30 20:00:20 2010 +0200| [07471c3c2a74f8454fb736f00257584193a2cbbe] | committer: Rafaël Carré
SPrefsPanel : swapped 2 arguments
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=07471c3c2a74f8454fb736f00257584193a2cbbe
---
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 788a986..2395a14 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;
More information about the vlc-commits
mailing list