aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/control-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/control-factory.c')
-rw-r--r--calendar/gui/control-factory.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/control-factory.c b/calendar/gui/control-factory.c
index 928b8e45ab..29d9e38cb3 100644
--- a/calendar/gui/control-factory.c
+++ b/calendar/gui/control-factory.c
@@ -162,6 +162,7 @@ control_factory_init (void)
g_error ("I could not register a Calendar control factory.");
}
+#if 0
static int
load_calendar (BonoboPersistFile *pf, const CORBA_char *filename, CORBA_Environment *ev, void *closure)
{
@@ -187,6 +188,7 @@ calendar_persist_init (GnomeCalendar *gcal, BonoboControl *control)
f = bonobo_persist_file_new (load_calendar, save_calendar, gcal);
bonobo_object_add_interface (BONOBO_OBJECT (control), BONOBO_OBJECT (f));
}
+#endif
static void
on_calendar_dates_shown_changed (GnomeCalendar *gcal, BonoboControl *control)
@@ -214,7 +216,9 @@ control_factory_new_control (void)
}
calendar_properties_init (gcal, control);
+#if 0
calendar_persist_init (gcal, control);
+#endif
gtk_signal_connect (GTK_OBJECT (control), "activate",
GTK_SIGNAL_FUNC (control_activate_cb), gcal);