diff -r 7174e23f7617 -r 1c6e5a5dc5d2 maemo-ui/src/mmyth_schedulerui.c --- a/maemo-ui/src/mmyth_schedulerui.c Thu Sep 28 16:02:14 2006 +0100 +++ b/maemo-ui/src/mmyth_schedulerui.c Tue Dec 19 17:20:46 2006 +0000 @@ -191,7 +191,7 @@ /* FIXME: Architecture change to reuse the scheduler created in the recordui! */ scheduler = gmyth_scheduler_new (); - gmyth_scheduler_connect(scheduler); + gmyth_scheduler_connect(scheduler, scheduler->backend_info); /* FIXME: set record_id = -1 to add a new schedule */ schedule_info->record_id = -1; @@ -235,7 +235,7 @@ gtk_box_pack_start (GTK_BOX (hbox), combobox, FALSE, FALSE, 0); GMythEPG *mmyth_epg = gmyth_epg_new (); - if (!gmyth_epg_connect (mmyth_epg)) { + if (!gmyth_epg_connect (mmyth_epg, mmyth_epg->sqlquery->backend_info)) { // FIXME: Without this list the scheduler UI should not be shown! g_warning ("[%s] Error when getting list of channels", __FUNCTION__); }