Comment 11 for bug 62528

Revision history for this message
Christopher Barrington-Leigh (cpbl) wrote :

[Gautier sent me a link, privately]

Behaviour fails on several levels. I can detail others separately, but if I select "single file" and give it the same one as before (by clicking through menus), the app does nothing, but says:

[1301][cpbl@:~/tmp/dl/soundconverter-0.8.8]$ ./soundconverter.py
SoundConverter 0.8.8
  Gstreamer version: 0.8.11, Python binding version: 0.8.3
locale charset: UTF-8
  using gnomevfssrc
Traceback (most recent call last):
  File "./soundconverter.py", line 426, in do_work
    if self.work():
  File "./soundconverter.py", line 500, in work
    self.tasks[0].finish()
  File "./soundconverter.py", line 629, in finish
    self.found_type_hook(self.sound_file, self.found_type)
  File "./soundconverter.py", line 931, in found_type
    self.append_file(sound_file)
  File "./soundconverter.py", line 1000, in append_file
    self.model.set(i, 0, self.format_cell(sound_file))
  File "./soundconverter.py", line 991, in format_cell
    error.show(_("Invalid character in filename:\n'%s'\n(%s)") % (s, e))
TypeError: show() takes exactly 3 arguments (2 given)