[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-03-14 Thread Launchpad Bug Tracker
This bug was fixed in the package gwibber - 2.91.91.1-0ubuntu1 --- gwibber (2.91.91.1-0ubuntu1) natty; urgency=low * New upstream release - Remove the rounding in the last elif condition, to avoid an error when the seconds part is between 59.5 and 60.0. (Per Ångström)

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-03-14 Thread Ken VanDine
** Changed in: gwibber Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/705424 Title: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-03-11 Thread Launchpad Bug Tracker
** Branch linked: lp:gwibber -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/705424 Title: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline -- ubuntu-bugs mailing list

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-03-11 Thread Ken VanDine
** Changed in: gwibber Status: New = Fix Committed ** Changed in: gwibber Milestone: None = 2.91.92 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/705424 Title: Gwibber shows

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-03-11 Thread Ken VanDine
** Changed in: gwibber (Ubuntu) Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/705424 Title: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-03-11 Thread Didier Roche
Ken, can you look at this patch please? :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/705424 Title: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline -- ubuntu-bugs

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-02-25 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/705424 Title: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline -- ubuntu-bugs mailing list

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-02-25 Thread Kamus
** Also affects: gwibber Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/705424 Title: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-02-25 Thread Kamus
** Changed in: gwibber (Ubuntu) Importance: Undecided = Low ** Changed in: gwibber (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/705424 Title:

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-02-24 Thread Per Ångström
I see an inconsistency in the following code from util.py (condensed): elif d.seconds 3600 and d.seconds = 60: # ... elif round(d.seconds) 60: # ... else: return BUG: %s % str(d) Note the different handling of d.seconds: it is rounded in one expression but not the other. But I'm

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-02-24 Thread Per Ångström
I concocted a small test program that mimics the logic in util.py: def testit(v): print(v) if v = 60: print = 60 elif round(v) 60: print 60 else: print err testit(59.4) testit(59.5) testit(59.6) testit(60) Output: 59.4 60 59.5 err 59.6 err 60 =

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-02-24 Thread Per Ångström
This patch removes the rounding in the last elif condition, to avoid an error when the seconds part is between 59.5 and 60.0. ** Attachment added: bug-705424-patch.txt https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/705424/+attachment/1869555/+files/bug-705424-patch.txt -- You

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-02-23 Thread Per Ångström
Seen this too, confirming. Same version as bug reporter. ** Changed in: gwibber (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/705424 Title: Gwibber shows

[Bug 705424] Re: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline

2011-02-23 Thread Per Ångström
Probably a duplicate of bug #705674. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/705424 Title: Gwibber shows BUG:00:00:59:63 instead of x seconds ago in Twitter timeline -- ubuntu-bugs