evolution-data-server r10112 - trunk/calendar/libecal
- From: tobiasmue svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r10112 - trunk/calendar/libecal
- Date: Sat, 28 Feb 2009 02:14:07 +0000 (UTC)
Author: tobiasmue
Date: Sat Feb 28 02:14:07 2009
New Revision: 10112
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=10112&view=rev
Log:
Forgot to remove unnecessary argument to g_set_error in
E_CALENDAR_CHECK_STATUS in r10111.
Modified:
trunk/calendar/libecal/e-cal.c
Modified: trunk/calendar/libecal/e-cal.c
==============================================================================
--- trunk/calendar/libecal/e-cal.c (original)
+++ trunk/calendar/libecal/e-cal.c Sat Feb 28 02:14:07 2009
@@ -180,7 +180,7 @@
else { \
const char *msg; \
msg = e_cal_get_error_message ((status)); \
- g_set_error ((error), E_CALENDAR_ERROR, (status), "%s", msg, (status)); \
+ g_set_error ((error), E_CALENDAR_ERROR, (status), "%s", msg); \
return FALSE; \
} }G_STMT_END
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]