[haiku-bugs] Re: [Haiku] #10141: DriveSetup: add image menu

  • From: "axeld" <trac@xxxxxxxxxxxx>
  • Date: Sun, 27 Oct 2013 21:39:12 -0000

#10141: DriveSetup: add image menu
---------------------------------------+----------------------------
   Reporter:  dsjonny                  |      Owner:  stippi
       Type:  enhancement              |     Status:  new
   Priority:  low                      |  Milestone:  R1
  Component:  Applications/DriveSetup  |    Version:  R1/Development
 Resolution:                           |   Keywords:
 Blocked By:                           |   Blocking:
Has a Patch:  1                        |   Platform:  All
---------------------------------------+----------------------------

Comment (by axeld):

 Of course, and as I said, "Mount disk image" should actually not only
 register, but also mount the disk image -- hence the label :-)

 To quote myself on the coding style problem: like '{' after case -- it
 goes to the next line there
 IOW you wrote:
 {{{
 case a: {
     break;
 }
 }}}
 While it should be:
 {{{
 case a:
 {
     break;
 }
 }}}

--
Ticket URL: <http://dev.haiku-os.org/ticket/10141#comment:8>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: