From a873be2ab41a1d29f0f37a71331ff25d4fc71403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 25 Apr 2009 16:21:11 +0000 Subject: [PATCH] Also disable the new "Write Boot Sector" button while installing. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30396 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/InstallerWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/installer/InstallerWindow.cpp b/src/apps/installer/InstallerWindow.cpp index 7eda7b13d4..7b528c47d4 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -580,6 +580,7 @@ void InstallerWindow::_DisableInterface(bool disable) { fSetupButton->SetEnabled(!disable); + fMakeBootableButton->SetEnabled(!disable); fSrcMenuField->SetEnabled(!disable); fDestMenuField->SetEnabled(!disable); }