[svn r873] fixed bug on programlist trunk
authorrenatofilho
Thu Oct 25 15:26:21 2007 +0100 (2007-10-25)
branchtrunk
changeset 867c6c57f6060bd
parent 866 640fc18c9f37
child 868 d6e8c7ec5fd8
[svn r873] fixed bug on programlist
myth-dbus/src/gmyth-dbus-server.c
     1.1 --- a/myth-dbus/src/gmyth-dbus-server.c	Wed Oct 24 23:47:06 2007 +0100
     1.2 +++ b/myth-dbus/src/gmyth-dbus-server.c	Thu Oct 25 15:26:21 2007 +0100
     1.3 @@ -468,7 +468,7 @@
     1.4          end_str = g_time_val_to_iso8601 (data->endts);
     1.5  
     1.6          dbus_g_type_struct_set (&program,
     1.7 -                                0, data->chanid,
     1.8 +                                0, data->chanid->str,
     1.9                                  1, start_str,
    1.10                                  2, end_str,
    1.11                                  3, data->title->str,