Skip to content

Commit

Permalink
Revert hrev46245
Browse files Browse the repository at this point in the history
 * Quitting the Installer when the user clicks "Continue" isn't what we want.
  • Loading branch information
pulkomandy committed Oct 17, 2013
1 parent 2ec95f5 commit 106b257
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/apps/installer/InstallerApp.cpp
Expand Up @@ -254,8 +254,7 @@ InstallerApp::ReadyToRun()
BRect eulaFrame = BRect(0, 0, 600, 450);
fEULAWindow = new BWindow(eulaFrame, B_TRANSLATE("README"),
B_MODAL_WINDOW_LOOK, B_NORMAL_WINDOW_FEEL, B_NOT_ZOOMABLE
| B_NOT_MINIMIZABLE | B_AUTO_UPDATE_SIZE_LIMITS
| B_QUIT_ON_WINDOW_CLOSE);
| B_NOT_MINIMIZABLE | B_AUTO_UPDATE_SIZE_LIMITS);

if (!be_roster->IsRunning(kTrackerSignature))
fEULAWindow->SetWorkspaces(B_ALL_WORKSPACES);
Expand Down

0 comments on commit 106b257

Please sign in to comment.