1.1 --- a/maemo-ui/src/mmyth_schedulerui.c Thu Sep 28 16:02:14 2006 +0100
1.2 +++ b/maemo-ui/src/mmyth_schedulerui.c Wed Dec 20 14:43:11 2006 +0000
1.3 @@ -191,7 +191,7 @@
1.4 /* FIXME: Architecture change to reuse the scheduler created in the recordui! */
1.5 scheduler = gmyth_scheduler_new ();
1.6
1.7 - gmyth_scheduler_connect(scheduler);
1.8 + gmyth_scheduler_connect(scheduler, scheduler->backend_info);
1.9
1.10 /* FIXME: set record_id = -1 to add a new schedule */
1.11 schedule_info->record_id = -1;
1.12 @@ -235,7 +235,7 @@
1.13 gtk_box_pack_start (GTK_BOX (hbox), combobox, FALSE, FALSE, 0);
1.14
1.15 GMythEPG *mmyth_epg = gmyth_epg_new ();
1.16 - if (!gmyth_epg_connect (mmyth_epg)) {
1.17 + if (!gmyth_epg_connect (mmyth_epg, mmyth_epg->sqlquery->backend_info)) {
1.18 // FIXME: Without this list the scheduler UI should not be shown!
1.19 g_warning ("[%s] Error when getting list of channels", __FUNCTION__);
1.20 }