]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
settings dialog fixes
[kdenlive] / src / mainwindow.cpp
index a5559672f9cf602810ce611060e8140306ac360a..6859fe65631c904633b45895a325b531bfbe3638 100644 (file)
@@ -481,8 +481,7 @@ void MainWindow::slotPreferences()
   // KConfigDialog didn't find an instance of this dialog, so lets
   // create it :
   KdenliveSettingsDialog* dialog = new KdenliveSettingsDialog(this);
-  connect( dialog, SIGNAL(settingsChanged()), this, SLOT(updateConfiguration()) );
-
+  //connect( dialog, SIGNAL(settingsChanged()), this, SLOT(updateConfiguration()) );
   dialog->show();
 }