From 8715b83a1b754b71511b8db5f4f2e608de7fd3e3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Mon, 1 Feb 2010 22:32:48 +0000 Subject: [PATCH] Fix create new profile button disabled: svn path=/trunk/kdenlive/; revision=4269 --- src/profilesdialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/profilesdialog.cpp b/src/profilesdialog.cpp index fc2a6421..3a8d559a 100644 --- a/src/profilesdialog.cpp +++ b/src/profilesdialog.cpp @@ -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); -- 2.39.2