Opened 13 years ago

Closed 13 years ago

#6809 closed bug (fixed)

Risk of minimizing and losing the Shut down? dialog

Reported by: jonas.kirilla Owned by: bonefish
Priority: normal Milestone: R1
Component: Servers/registrar Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

The dialog that Registrar displays when you select "Shutdown..." in Deskbar can be minimized, with no way to get it back and you're blocked from shutting down safely. BAlerts are usually not minimizable, so I think it's this line that does it: alert->SetFeel(B_NORMAL_WINDOW_FEEL); http://dev.haiku-os.org/browser/haiku/trunk/src/servers/registrar/ShutdownProcess.cpp#1247

One way to make the window not minimizable could be to insert this as line 1248: alert->SetFlags(alert->Flags() | B_NOT_MINIMIZABLE);

Change History (1)

comment:1 by stippi, 13 years ago

Resolution: fixed
Status: newclosed

Proposed solution added in hrev39385, thanks!

Note: See TracTickets for help on using tickets.