Opened 14 years ago

Closed 14 years ago

#2121 closed defect (fixed)

Measure missing tooltip for sensors sample recording interval

Reported by: quozl Owned by: walter
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Measure Version: Unspecified
Severity: Trivial Keywords:
Cc: Distribution/OS: OLPC
Bug Status: Unconfirmed

Description

There is no tooltip or text explaining the sample recording interval widget.

Measure-30, XO-1 os301, XO-1.5 os206.

Attachments (1)

0001-add-missing-tooltip-for-sensors-sample-recording-int.patch (1.1 KB) - added by quozl 14 years ago.
That code is in the Sound toolbar, but I was talking about the Sensors toolbar. Here's the patch I propose as solution for this ticket.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 14 years ago by walter

With 0.88, there is a tooltip:

if hasattr(self._loginterval_combo, "set_tooltip_text"):

self._loginterval_combo.set_tooltip_text(_('Sampling interval'))

Changed 14 years ago by quozl

That code is in the Sound toolbar, but I was talking about the Sensors toolbar. Here's the patch I propose as solution for this ticket.

comment:2 Changed 14 years ago by walter

  • Resolution set to fixed
  • Status changed from new to closed

Missed this one. It will be included in v32 at what point that is released.

Note: See TracTickets for help on using tickets.