[haiku-bugs] Re: [Haiku] #6758: Date-columns overwriting column borders

  • From: "aldeck" <trac@xxxxxxxxxxxx>
  • Date: Fri, 26 Nov 2010 01:09:59 -0000

#6758: Date-columns overwriting column borders
-----------------------------------+------------------------------
  Reporter:  humdinger             |        Owner:  aldeck
      Type:  bug                   |       Status:  in-progress
  Priority:  normal                |    Milestone:  R1
 Component:  Applications/Tracker  |      Version:  R1/Development
Resolution:                        |     Keywords:
Blocked By:                        |  Has a Patch:  0
  Platform:  All                   |     Blocking:
-----------------------------------+------------------------------
Changes (by aldeck):

 * cc: zooey (added)
 * owner:  axeld => aldeck
 * status:  new => in-progress


Comment:

 Yes, r39123 is the culprit. The semantics changed for
 BLocale::FormatDateTime used in WidgetAttributeText. It now returns a
 size_t, where it was a status_t before. Thus the check for "== B_OK" that
 fails even if everything is ok, it should now be ">= 0". Confirmed working
 here, though i wonder if the change in BLocale was really intended that
 way (cc'ing to zooey).

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

Other related posts: