ETA time is shown in a funny way

Bug #982221 reported by Timo Schneemann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu One Indicator
Fix Released
Medium
Roman Yepishev

Bug Description

As you can see in the picture with this report, the estimated time left is shown somehow funny. Only seconds are shown. It is like the number is not divided in hours and minutes. Maybe only in the german version, as others didnt report this?

Related branches

Revision history for this message
Timo Schneemann (timobauwan) wrote :
Revision history for this message
Roman Yepishev (rye) wrote :

Confirming on 32bit system, the following code works correctly on x86_64 but outputs 0:0:5902 on 32 bit.

using GLib;

int main(string[] args) {
    var t = GLib.Time();
    t.second = 5902;
    t.mktime();
    stdout.printf("%s\n", t.format("%T"));
    return 0;
}

Changed in indicator-ubuntuone:
importance: Undecided → Medium
status: New → Confirmed
assignee: nobody → Roman Yepishev (rye)
Roman Yepishev (rye)
Changed in indicator-ubuntuone:
status: Confirmed → In Progress
Roman Yepishev (rye)
Changed in indicator-ubuntuone:
status: In Progress → Fix Committed
Revision history for this message
Roman Yepishev (rye) wrote :

Fixed in 1.0.3 which is now being built in the ubuntuone-extras PPA.

Changed in indicator-ubuntuone:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.