1.1 --- a/maemo-ui/src/mmyth_main.c Mon Nov 06 18:58:26 2006 +0000
1.2 +++ b/maemo-ui/src/mmyth_main.c Tue Dec 19 17:20:46 2006 +0000
1.3 @@ -8,11 +8,11 @@
1.4 #include "hildon-widgets/hildon-window.h"
1.5 #endif
1.6
1.7 -#include "gmyth_recorder.h"
1.8 -#include "gmyth_settings.h"
1.9 -#include "gmyth_context.h"
1.10 -#include "gmyth_tvchain.h"
1.11 -#include "gmyth_remote_util.h"
1.12 +#include <gmyth/gmyth_recorder.h>
1.13 +#include <gmyth/gmyth_settings.h>
1.14 +#include <gmyth/gmyth_context.h>
1.15 +#include <gmyth/gmyth_tvchain.h>
1.16 +#include <gmyth/gmyth_remote_util.h>
1.17
1.18 #include "mmyth_ui.h"
1.19 #include "mmyth_tvplayer.h"
1.20 @@ -63,8 +63,7 @@
1.21 #endif
1.22
1.23 /* Init libmmyth context */
1.24 - gmyth_context_initialize ();
1.25 -
1.26 + /* TODO */
1.27 #ifndef MAEMO_PLATFORM
1.28 /* create the main window */
1.29 window = gtk_window_new (GTK_WINDOW_TOPLEVEL);