From bbab3b46ceae1608eb186cb9508deea1963328b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 22 Apr 2009 19:57:08 +0000 Subject: [PATCH] Whoops, that was for debugging the fallback code path... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30334 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/InstallerWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/installer/InstallerWindow.cpp b/src/apps/installer/InstallerWindow.cpp index a87940c7d1..841dc6dec1 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -331,7 +331,7 @@ InstallerWindow::ShowBottom() void InstallerWindow::LaunchDriveSetup() { - if (true || be_roster->Launch(DRIVESETUP_SIG) != B_OK) { + if (be_roster->Launch(DRIVESETUP_SIG) != B_OK) { // Try really hard to launch it. It's very likely that this fails, // when we run from the CD and there is only an incomplete mime // database for example...