← Back to team overview

indiv-screenlets-dev team mailing list archive

[Bug 243569] Re: [Calendar][PATCH] CalendarScreenlet shows wrong number of days in month

 

** Changed in: indiv-screenlets
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
Individual Screenlets Developers, which is subscribed to Individual
Screenlets.
https://bugs.launchpad.net/bugs/243569

Title:
  [Calendar][PATCH] CalendarScreenlet shows wrong number of days in
  month

Status in Screenlets — individual widgets development:
  Fix Released

Bug description:
  I noticed today that Calendar screenlet shows that June has 31 days but in fact it has 30 days.
  I think the error is in line 157 that goes:

  for x in range(date[4] + 1):

  and it should go:

  for x in range(date[4]):

To manage notifications about this bug go to:
https://bugs.launchpad.net/indiv-screenlets/+bug/243569/+subscriptions