[evolution-data-server] EDataCalFactory: Cosmetic tweaks.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] EDataCalFactory: Cosmetic tweaks.
- Date: Sun, 15 Apr 2012 18:15:24 +0000 (UTC)
commit a6a179525484547fa4454f7cf7767ab7f0b72b45
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Apr 15 13:18:52 2012 -0400
EDataCalFactory: Cosmetic tweaks.
calendar/libedata-cal/e-data-cal-factory.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/calendar/libedata-cal/e-data-cal-factory.c b/calendar/libedata-cal/e-data-cal-factory.c
index 484c97c..fa843a7 100644
--- a/calendar/libedata-cal/e-data-cal-factory.c
+++ b/calendar/libedata-cal/e-data-cal-factory.c
@@ -296,7 +296,7 @@ remove_data_cal_cb (EDataCal *data_cal)
}
static void
-e_data_cal_factory_dispose (GObject *object)
+data_cal_factory_dispose (GObject *object)
{
EDataCalFactoryPrivate *priv;
@@ -312,7 +312,7 @@ e_data_cal_factory_dispose (GObject *object)
}
static void
-e_data_cal_factory_finalize (GObject *object)
+data_cal_factory_finalize (GObject *object)
{
EDataCalFactoryPrivate *priv;
@@ -401,8 +401,8 @@ e_data_cal_factory_class_init (EDataCalFactoryClass *class)
g_type_class_add_private (class, sizeof (EDataCalFactoryPrivate));
object_class = G_OBJECT_CLASS (class);
- object_class->dispose = e_data_cal_factory_dispose;
- object_class->finalize = e_data_cal_factory_finalize;
+ object_class->dispose = data_cal_factory_dispose;
+ object_class->finalize = data_cal_factory_finalize;
dbus_server_class = E_DBUS_SERVER_CLASS (class);
dbus_server_class->bus_name = CALENDAR_DBUS_SERVICE_NAME;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]