After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 641057 - Calendar: Not showing events from other months
Calendar: Not showing events from other months
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-01-31 17:34 UTC by David Zeuthen (not reading bugmail)
Modified: 2011-02-28 21:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Zeuthen (not reading bugmail) 2011-01-31 17:34:17 UTC
From #gnome-shell:

  <kkris> davidz:  don't know if this bug is known: i have an event tomorrow
 (1.2.2011) and it shows up when i select the date, but not under "Tomorrow"
 in todays overview
 <davidz> kkris: yeah, I'm aware of that bug... it's because tomorrow is
 another month... let me just file a bug

The problem here is with ShellEvolutionEventSource

 http://git.gnome.org/browse/gnome-shell/tree/src/shell-evolution-event-source.c

insofar that we only return events from a single month. We do this because otherwise we'd get into a loop where CalendarClient would keep emitting the changed signals.

This probably involves rewriting (parts of) CalenderClient but we might need to do that anyway because of bug 641048.
Comment 1 David Zeuthen (not reading bugmail) 2011-02-25 22:53:38 UTC
FYI, patch in bug 641396 actually fixes this problem.
Comment 2 David Zeuthen (not reading bugmail) 2011-02-28 21:11:06 UTC
Fix is in

 http://git.gnome.org/browse/gnome-shell/commit/?id=e9e30138bd617a410a60b45ac0a5576094ed63d4