From 34e3453f24f8b17ed70eb4574330e3e70bcd1daf Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 6 Aug 2012 18:17:56 +0200 Subject: [PATCH] Added accidentally removed "!=0" back... --- 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 cc639ea12a..4dd4899640 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -897,7 +897,7 @@ InstallerWindow::_QuitCopyEngine(bool askUser) B_TRANSLATE_COMMENT("Stop", "In alert after pressing Stop"), 0, B_WIDTH_AS_USUAL, B_STOP_ALERT); alert->SetShortcut(1, B_ESCAPE); - quit = alert->Go(); + quit = alert->Go() != 0; } if (quit) {