]> git.sesse.net Git - vlc/commitdiff
Saves the qt intf settings in $XDG_CONFIG_DIR/vlc/ too (instead of $XDG_CONFIG_DIR...
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 9 Sep 2007 16:19:18 +0000 (16:19 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 9 Sep 2007 16:19:18 +0000 (16:19 +0000)
modules/gui/qt4/main_interface.cpp

index dfd769b16a1d5bc9e48f6c8ab91a69fc51932f03..bfba720fb6b2d44403c2781d9c42a15dee0f1f17 100644 (file)
@@ -94,7 +94,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
     /**
      *  Configuration and settings
      **/
-    settings = new QSettings( "VideoLAN", "VLC" );
+    settings = new QSettings( "vlc", "vlc-qt-interface" );
     settings->beginGroup( "MainWindow" );
 
     /* Main settings */