]> git.sesse.net Git - vlc/commitdiff
Qt: save Plugins/Extension dialog position
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 4 Feb 2010 02:12:41 +0000 (03:12 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 4 Feb 2010 02:13:22 +0000 (03:13 +0100)
modules/gui/qt4/dialogs/plugins.cpp

index 2975cf4f8908877a821a7f2f55f5e639ebde378a..ea81998ab50664c208725dd4da7d7c1f91471c5b 100644 (file)
@@ -71,10 +71,12 @@ PluginDialog::PluginDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
     box->addButton( okButton, QDialogButtonBox::AcceptRole );
     layout->addWidget( box );
     BUTTONACT( okButton, close() );
+    readSettings( "PluginsDialog", QSize( 435, 280 ) );
 }
 
 PluginDialog::~PluginDialog()
 {
+    writeSettings( "PluginsDialog" );
 }
 
 /* Plugins tab */