Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:pchenthill
evolution-data-server
eds-stability-fixes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File eds-stability-fixes.patch of Package evolution-data-server
--- calendar/libedata-cal/e-cal-backend-sync.c 2006-03-04 15:27:00.000000000 +0530 +++ calendar/libedata-cal/e-cal-backend-sync.c.new 2007-02-08 09:23:07.266994744 +0530 @@ -913,6 +913,12 @@ e_cal_backend_sync_init (ECalBackendSync static void e_cal_backend_sync_dispose (GObject *object) { + G_OBJECT_CLASS (parent_class)->dispose (object); +} + +static void +e_cal_backend_sync_finalize (GObject *object) +{ ECalBackendSync *backend; backend = E_CAL_BACKEND_SYNC (object); @@ -924,7 +930,7 @@ e_cal_backend_sync_dispose (GObject *obj backend->priv = NULL; } - G_OBJECT_CLASS (parent_class)->dispose (object); + G_OBJECT_CLASS (parent_class)->finalize (object); } static void --- calendar/libedata-cal/e-data-cal-view.c 2007-02-05 13:35:49.000000000 +0530 +++ calendar/libedata-cal/e-data-cal-view.c.new 2007-02-08 09:23:25.532218008 +0530 @@ -377,8 +377,6 @@ e_data_cal_view_finalize (GObject *objec query = QUERY (object); priv = query->priv; - if (priv->backend) - g_object_unref (priv->backend); while (priv->listeners) { ListenerData *ld = priv->listeners->data;
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