|
From: <ren...@us...> - 2007-10-25 14:26:16
|
Revision: 873
http://gmyth.svn.sourceforge.net/gmyth/?rev=873&view=rev
Author: renatofilho
Date: 2007-10-25 07:26:21 -0700 (Thu, 25 Oct 2007)
Log Message:
-----------
fixed bug on programlist
Modified Paths:
--------------
trunk/myth-dbus/src/gmyth-dbus-server.c
Modified: trunk/myth-dbus/src/gmyth-dbus-server.c
===================================================================
--- trunk/myth-dbus/src/gmyth-dbus-server.c 2007-10-24 22:47:06 UTC (rev 872)
+++ trunk/myth-dbus/src/gmyth-dbus-server.c 2007-10-25 14:26:21 UTC (rev 873)
@@ -468,7 +468,7 @@
end_str = g_time_val_to_iso8601 (data->endts);
dbus_g_type_struct_set (&program,
- 0, data->chanid,
+ 0, data->chanid->str,
1, start_str,
2, end_str,
3, data->title->str,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|