diff -Nru rhythmbox-radio-browser-2.0/debian/changelog rhythmbox-radio-browser-2.0/debian/changelog --- rhythmbox-radio-browser-2.0/debian/changelog 2010-09-06 19:57:04.000000000 +0100 +++ rhythmbox-radio-browser-2.0/debian/changelog 2010-09-07 15:55:13.000000000 +0100 @@ -1,4 +1,11 @@ -rhythmbox-radio-browser (2.0-0ubuntu3~webupd8~lucid) lucid; urgency=low +rhythmbox-radio-browser (2.0-0ubuntu4~webupd8~lucid) lucid; urgency=medium + + * debian/patches/invalid_play.diff: don't try to play before setting + the source. This causes newer rhythmbox to break. + + -- Alin Andrei Tue, 07 Sep 2010 08:46:31 -0400 + +rhythmbox-radio-browser (2.0-0ubuntu3) maverick; urgency=low * debian/patches/recording_streams_segfault.diff: don't cause rhythmbox to segfault if closed without being activated. (LP: #631142) @@ -6,7 +13,7 @@ segfault while shutting down. (LP: #631142) * debian/patches/debian-changes-2.0-0ubuntu1: removed useless patch. - -- Alin Andrei Sun, 05 Sep 2010 17:43:36 -0400 + -- Marc Deslauriers Sun, 05 Sep 2010 17:43:36 -0400 rhythmbox-radio-browser (2.0-0ubuntu2) maverick; urgency=low diff -Nru rhythmbox-radio-browser-2.0/debian/patches/invalid_play.diff rhythmbox-radio-browser-2.0/debian/patches/invalid_play.diff --- rhythmbox-radio-browser-2.0/debian/patches/invalid_play.diff 1970-01-01 01:00:00.000000000 +0100 +++ rhythmbox-radio-browser-2.0/debian/patches/invalid_play.diff 2010-09-07 13:47:46.000000000 +0100 @@ -0,0 +1,15 @@ +Description: don't try to play before setting the source. +Author: Marc Deslauriers + +Index: rhythmbox-radio-browser-2.0/radio_browser_source.py +=================================================================== +--- rhythmbox-radio-browser-2.0.orig/radio_browser_source.py 2010-09-07 08:45:57.000000000 -0400 ++++ rhythmbox-radio-browser-2.0/radio_browser_source.py 2010-09-07 08:46:15.000000000 -0400 +@@ -716,7 +716,6 @@ + #shell.load_uri(uri,False) + + # start playback +- player.play() + player.play_entry(self.entry,self) + + gtk.gdk.threads_leave() diff -Nru rhythmbox-radio-browser-2.0/debian/patches/series rhythmbox-radio-browser-2.0/debian/patches/series --- rhythmbox-radio-browser-2.0/debian/patches/series 2010-09-05 18:25:22.000000000 +0100 +++ rhythmbox-radio-browser-2.0/debian/patches/series 2010-09-07 13:45:50.000000000 +0100 @@ -2,3 +2,4 @@ rhythmdbentrytype.diff recording_streams_segfault.diff actiongroup_segfault.diff +invalid_play.diff