[svn r300] Some fixes to the LiveTV stop method. trunk
authorrosfran
Wed Jan 24 21:03:05 2007 +0000 (2007-01-24)
branchtrunk
changeset 299a84d2982ff01
parent 298 414a430c1e0d
child 300 01d60f80fa52
[svn r300] Some fixes to the LiveTV stop method.
libgnomevfs2-mythtv/modules/mythtv-method.c
     1.1 --- a/libgnomevfs2-mythtv/modules/mythtv-method.c	Wed Jan 24 19:02:13 2007 +0000
     1.2 +++ b/libgnomevfs2-mythtv/modules/mythtv-method.c	Wed Jan 24 21:03:05 2007 +0000
     1.3 @@ -245,7 +245,6 @@
     1.4      }
     1.5      
     1.6      if (myth_handle->livetv) {
     1.7 -    	gmyth_livetv_stop_playing(myth_handle->livetv);
     1.8        g_object_unref (myth_handle->livetv);
     1.9      	myth_handle->livetv = NULL;
    1.10      }