[haiku-bugs] [Haiku] #6809: Risk of minimizing and losing the Shut down? dialog

  • From: "jonas.kirilla" <trac@xxxxxxxxxxxx>
  • Date: Tue, 09 Nov 2010 23:43:31 -0000

#6809: Risk of minimizing and losing the Shut down? dialog
---------------------------------+-----------------------------
   Reporter:  jonas.kirilla      |       Owner:  bonefish
       Type:  bug                |      Status:  new
   Priority:  normal             |   Milestone:  R1
  Component:  Servers/registrar  |     Version:  R1/Development
   Keywords:                     |  Blocked By:
Has a Patch:  0                  |    Platform:  All
   Blocking:                     |
---------------------------------+-----------------------------
 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);

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/6809>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: