[vlc-commits] commit: SPrefsPanel : swapped 2 arguments ( Rafaël Carré )
git at videolan.org
git at videolan.org
Wed Aug 4 00:31:54 CEST 2010
vlc/vlc-1.1 | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Fri Jul 30 20:00:20 2010 +0200| [80db5ed75209c532cb2b2211e2ad5d7a41362c25] | committer: Rémi Duraffort
SPrefsPanel : swapped 2 arguments
(cherry picked from commit 07471c3c2a74f8454fb736f00257584193a2cbbe)
Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=80db5ed75209c532cb2b2211e2ad5d7a41362c25
---
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 ecbc26a..8b57778 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -659,7 +659,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