Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jberkman
evolution-data-server-2.6
bnc-224557-calendar-access.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bnc-224557-calendar-access.diff of Package evolution-data-server-2.6
Index: calendar/backends/groupwise/e-cal-backend-groupwise.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/calendar/backends/groupwise/e-cal-backend-groupwise.c,v retrieving revision 1.191 diff -u -p -r1.191 e-cal-backend-groupwise.c --- calendar/backends/groupwise/e-cal-backend-groupwise.c 26 Sep 2006 13:45:21 -0000 1.191 +++ calendar/backends/groupwise/e-cal-backend-groupwise.c 15 Dec 2006 12:33:36 -0000 @@ -801,7 +801,7 @@ set_container_id_with_count (ECalBackend EGwContainer *container = E_GW_CONTAINER (l->data); const char *name = e_gw_container_get_name (container); - if (name && strcmp (name, "Calendar") == 0) { + if (e_gw_container_get_container_type (container) == E_GW_CONTAINER_TYPE_CALENDAR && (name && strcmp (name, "Calendar") == 0)) { priv->container_id = g_strdup (e_gw_container_get_id (container)); priv->total_count = e_gw_container_get_total_count (container); res = GNOME_Evolution_Calendar_Success;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor