Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:pchenthill
evolution-data-server
bnc-163982-system-hang-with-126-error-popups.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bnc-163982-system-hang-with-126-error-popups.patch of Package evolution-data-server
Index: calendar/backends/file/e-cal-backend-file.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/calendar/backends/file/e-cal-backend-file.c,v retrieving revision 1.73 diff -u -p -r1.73 e-cal-backend-file.c --- calendar/backends/file/e-cal-backend-file.c 23 Mar 2006 09:21:09 -0000 1.73 +++ calendar/backends/file/e-cal-backend-file.c 11 Apr 2006 12:48:32 -0000 @@ -129,6 +129,7 @@ save_file_when_idle (gpointer user_data) GnomeVFSFileSize out; gchar *tmp, *backup_uristr; char *buf; + char *error = NULL; ECalBackendFile *cbfile = user_data; priv = cbfile->priv; @@ -201,12 +202,14 @@ save_file_when_idle (gpointer user_data) g_mutex_unlock (priv->idle_save_mutex); e_cal_backend_notify_error (E_CAL_BACKEND (cbfile), _("Can't save calendar data: Malformed URI.")); - return TRUE; + return FALSE; error: g_mutex_unlock (priv->idle_save_mutex); - e_cal_backend_notify_error (E_CAL_BACKEND (cbfile), gnome_vfs_result_to_string (result)); - return TRUE; + error = g_strconcat (_("Can't save calendar data: "), gnome_vfs_result_to_string (result), NULL); + e_cal_backend_notify_error (E_CAL_BACKEND (cbfile), error); + g_free (error); + return FALSE; } static void @@ -515,8 +518,6 @@ add_component (ECalBackendFile *cbfile, g_assert (icalcomp != NULL); icalcomponent_add_component (priv->icalcomp, icalcomp); - - save (cbfile); } }
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