[haiku-commits] Re: haiku: hrev47516 - src/kits/tracker

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 18 Jul 2014 20:53:08 +0200

Am 18/07/2014 17:00, schrieb jscipione@xxxxxxxxx:
        int32 count = PoseView()->SelectionList()->CountItems();
-       if (!count) {
+       if (count > 0) {

If you do changes like this, please take more care to make them correct - not stylish...

Bye,
   Axel.

Other related posts: