diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-09 06:12:45 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-09 06:12:45 +0800 |
commit | f75f8c4738367cfdef5bdad1c0d0f1aa2dbec5f9 (patch) | |
tree | bf77c650824ae4120e74a46c0af9243dad5861fc /calendar/gui/control-factory.c | |
parent | e0dfbb056c3dcdbc1a29823b6c273901ade29598 (diff) | |
download | gsoc2013-evolution-f75f8c4738367cfdef5bdad1c0d0f1aa2dbec5f9.tar.gz 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.c | 2 |
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 |