totem r5070 - in trunk: . src/plugins/mythtv



Author: hadess
Date: Mon Feb  4 22:50:49 2008
New Revision: 5070
URL: http://svn.gnome.org/viewvc/totem?rev=5070&view=rev

Log:
2008-02-04  Bastien Nocera  <hadess hadess net>

	* src/plugins/mythtv/totem-mythtv.c: Fix build
	with gmyth 0.7.0



Modified:
   trunk/ChangeLog
   trunk/src/plugins/mythtv/totem-mythtv.c

Modified: trunk/src/plugins/mythtv/totem-mythtv.c
==============================================================================
--- trunk/src/plugins/mythtv/totem-mythtv.c	(original)
+++ trunk/src/plugins/mythtv/totem-mythtv.c	Mon Feb  4 22:50:49 2008
@@ -42,10 +42,10 @@
 
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
-#include <gmyth_backendinfo.h>
-#include <gmyth_file_transfer.h>
-#include <gmyth_scheduler.h>
-#include <gmyth_util.h>
+#include <gmyth/gmyth_backendinfo.h>
+#include <gmyth/gmyth_file_transfer.h>
+#include <gmyth/gmyth_scheduler.h>
+#include <gmyth/gmyth_util.h>
 
 #define TOTEM_TYPE_MYTHTV_PLUGIN		(totem_mythtv_plugin_get_type ())
 #define TOTEM_MYTHTV_PLUGIN(o)		(G_TYPE_CHECK_INSTANCE_CAST ((o), TOTEM_TYPE_MYTHTV_PLUGIN, TotemMythtvPlugin))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]