GNOME Bugzilla – Bug 350456
Crappy error message when cut off from cnn
Last modified: 2007-01-16 15:29:33 UTC
From bug 345815: In the trial version though, you'll get cut off after 3 minutes, and you'll get the crappy message about an empty playlist. The playlist is: <asx version="3.0"> </asx> (minus a few empty lines) This triggers an error in totem_embedded_push_parser() which needs to be a bit better.
We still get it: ** Message: No playlist or playlist empty ** Message: totem_embedded_set_error: 'No playlist or playlist empty', '(null)'
2007-01-16 Bastien Nocera <hadess@hadess.net> * browser-plugin/totem-plugin-viewer.c: (totem_embedded_set_state), (totem_embedded_set_logo_by_name), (totem_embedded_push_parser): Go to the STOPPED state when we set an logo/error image, only "show" an error when we failed to parse a playlist, and go to the logo state after parsing an empty playlist (Closes: #350456)