]> git.sesse.net Git - kdenlive/commitdiff
Fix create new profile button disabled:
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 1 Feb 2010 22:32:48 +0000 (22:32 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Mon, 1 Feb 2010 22:32:48 +0000 (22:32 +0000)
svn path=/trunk/kdenlive/; revision=4269

src/profilesdialog.cpp

index fc2a6421e6f6ece490d3fc272f998b7335ca193a..3a8d559a53867bc95706c5679be5bffa0b2abd66 100644 (file)
@@ -461,6 +461,7 @@ void ProfilesDialog::slotUpdateDisplay()
     m_selectedProfileIndex = m_view.profiles_list->currentIndex();
     QString currentProfile = m_view.profiles_list->itemData(m_view.profiles_list->currentIndex()).toString();
     m_isCustomProfile = currentProfile.contains('/');
+    m_view.button_create->setEnabled(true);
     m_view.button_delete->setEnabled(m_isCustomProfile);
     m_view.properties->setEnabled(m_isCustomProfile);
     m_view.button_save->setEnabled(m_isCustomProfile);