Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:pchenthill
evolution-data-server
bgo-323275-eds-crash-at-startup.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bgo-323275-eds-crash-at-startup.patch of Package evolution-data-server
--- calendar/libedata-cal/e-cal-backend-cache.c.orig 2006-01-19 09:41:58.000000000 +0100 +++ calendar/libedata-cal/e-cal-backend-cache.c 2006-03-23 15:24:54.421930564 +0100 @@ -235,7 +235,9 @@ e_cal_backend_cache_get_type (void) 0, (GInstanceInitFunc) e_cal_backend_cache_init, }; - type = g_type_register_static (E_TYPE_FILE_CACHE, "ECalBackendCache", &info, 0); + /* Check if the type is already registered */ + if (!(type = g_type_from_name ("ECalBackendCache"))) + type = g_type_register_static (E_TYPE_FILE_CACHE, "ECalBackendCache", &info, 0); } g_static_mutex_unlock (®istering);
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