~ubuntu-branches/ubuntu/gutsy/sound-juicer/gutsy

« back to all changes in this revision

Viewing changes to libjuicer/sj-metadata.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-08-13 12:51:47 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813125147-umt0fqs6bwt74az6
Tags: 2.19.3-0ubuntu1
* New upstream version:
  - When removing sources be more paranoid.  I hope this fixes the 
    many-duplicated crasher.
  - Translate the program description
  - Bump libmusicbrainz requirement
* debian/control.in:
  - updated libmusicbrainz4-dev requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
  return type;
89
89
}
90
90
 
91
 
GError *
92
 
sj_metadata_get_new_error (SjMetadata *metadata)
93
 
{
94
 
  return SJ_METADATA_GET_CLASS (metadata)->get_new_error (metadata);
95
 
}
96
 
 
97
91
void
98
92
sj_metadata_set_cdrom (SjMetadata *metadata, const char* device)
99
93
{