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 712342 - Calendar search doesn't finish
Calendar search doesn't finish
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
3.11.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2013-11-14 22:57 UTC by David Ronis
Modified: 2013-11-19 17:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (1.98 KB, patch)
2013-11-19 17:38 UTC, Milan Crha
committed Details | Review

Description David Ronis 2013-11-14 22:57:08 UTC
I'm running the git/master of evo and related programs.  If I search my calendar for a given term, the monthly calendars at the bottom left highlight the hits properly; however pressing either of the arrow-buttons at the right of the search phase causes "Searching previous matching event" to be displayed in the notification area, but nothing is found (in either direction)
Comment 1 David Ronis 2013-11-18 18:49:35 UTC
I'm not sure if the "Nothing is found" change is accurate.   The events do show up on the calendars at the lower left, it's just that the day (etc) views don't go there.
Comment 2 Milan Crha 2013-11-19 17:38:42 UTC
Created attachment 260266 [details] [review]
evo patch

for evolution;

There seem to be a change in the ECalClient function behaviour (e_cal_client_get_object_list), which doesn't return an error when it doesn't find any events, which broke the search routine, pretending searching forever.
Comment 3 Milan Crha 2013-11-19 17:42:34 UTC
Created commit 705a5a0 in evo master (3.11.3+)
Created commit 9b76cbc in evo gnome-3-10 (3.10.3+)