]> git.sesse.net Git - vlc/commitdiff
Qt: sprefs, fix crash when opening Hotkeys prefs
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 28 Jan 2010 23:53:29 +0000 (00:53 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 28 Jan 2010 23:53:29 +0000 (00:53 +0100)
modules/gui/qt4/components/simple_preferences.cpp

index 8927cf0c62b54a46d4d50bcb5f9c2072b1b7683e..31085783e5871c9b3b222e14d9d2391571e3d23a 100644 (file)
@@ -616,7 +616,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
 
         case SPrefsHotkeys:
         {
-            p_config = config_FindConfig( VLC_OBJECT(p_intf), "key-fullscreen" );
+            p_config = config_FindConfig( VLC_OBJECT(p_intf), "key-play" );
 
             QGridLayout *gLayout = new QGridLayout;
             panel->setLayout( gLayout );