[svn r593] Fixed internal reference to gmyth.h. We can not include this header in src/gmyth_* files. Also fixed gmyth_debug link error. In the current implementation we need to include gmyth_debug.h in all files using gmyth_debug(), otherwise we will get library linking error
1 #ifndef MMYTH_ESG_GRID_VIEW_H_
2 #define MMYTH_ESG_GRID_VIEW_H_
6 GtkWidget *epg_grid_view_new(MMythUi * mmyth_ui);
8 #endif /* MMYTH_ESG_GRID_VIEW_H_ */