GNOME Bugzilla – Bug 687958
power: "0 minutes remaining" when exactly 60 minutes are remaining
Last modified: 2012-11-09 16:18:47 UTC
This problem is caused by http://git.gnome.org/browse/gnome-shell/tree/js/ui/status/power.js?id=f30dcad8a711069c58f35863ac5c0046ea48d7b6#n99 It should be >= 60 rather than > 60 because otherwise it goes into the else case with 60%60=0 minutes remaining. I'm going to attach a patch to fix this.
Created attachment 228523 [details] [review] indicate 1 hour remaining correctly
Review of attachment 228523 [details] [review]: Obviously correct - should go to gnome-3-6 as well.