aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/control-factory.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-09 06:12:45 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-09 06:12:45 +0800
commitf75f8c4738367cfdef5bdad1c0d0f1aa2dbec5f9 (patch)
treebf77c650824ae4120e74a46c0af9243dad5861fc /calendar/gui/control-factory.c
parente0dfbb056c3dcdbc1a29823b6c273901ade29598 (diff)
downloadgsoc2013-evolution-f75f8c4738367cfdef5bdad1c0d0f1aa2dbec5f9.tar
gsoc2013-evolution-f75f8c4738367cfdef5bdad1c0d0f1aa2dbec5f9.tar.gz
gsoc2013-evolution-f75f8c4738367cfdef5bdad1c0d0f1aa2dbec5f9.tar.bz2
gsoc2013-evolution-f75f8c4738367cfdef5bdad1c0d0f1aa2dbec5f9.tar.lz
gsoc2013-evolution-f75f8c4738367cfdef5bdad1c0d0f1aa2dbec5f9.tar.xz
gsoc2013-evolution-f75f8c4738367cfdef5bdad1c0d0f1aa2dbec5f9.tar.zst
gsoc2013-evolution-f75f8c4738367cfdef5bdad1c0d0f1aa2dbec5f9.zip
Commit missing files.
svn path=/trunk/; revision=18675
Diffstat (limited to 'calendar/gui/control-factory.c')
-rw-r--r--calendar/gui/control-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/control-factory.c b/calendar/gui/control-factory.c
index e5eeeefdac..951c4c6f4d 100644
--- a/calendar/gui/control-factory.c
+++ b/calendar/gui/control-factory.c
@@ -257,7 +257,7 @@ control_factory_new_control (void)
g_message ("control_factory_fn(): could not create the control!");
return NULL;
}
- gtk_object_set_data (GTK_OBJECT (gcal), "control", control);
+ g_object_set_data (G_OBJECT (gcal), "control", control);
calendar_properties_init (gcal, control);
#if 0