~ubuntu-branches/ubuntu/intrepid/totem-pl-parser/intrepid-updates

« back to all changes in this revision

Viewing changes to plparse/totem-pl-parser-pls.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2008-10-08 12:13:49 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20081008121349-zbj99xrieanf1hj0
Tags: 2.24.1-0ubuntu1
* New bug-fix only upstream release (LP: #280102):
  - fix DVB channels parsing in Totem (LP: #275253)
  - fix parsing of DOS M3U files not ending with a line feed (LP: #272761)
  - always write '#EXTM3U" at the start of M3U playlists
  - updated Danish, Romanian and Russian translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
                        return FALSE;
119
119
        }
120
120
 
121
 
        g_output_stream_close (G_OUTPUT_STREAM (stream), NULL, NULL);
 
121
        g_object_unref (stream);
122
122
        return TRUE;
123
123
}
124
124