Opened 16 years ago

Closed 16 years ago

#248 closed bug (Invalid)

Wrong arguments to GtkFileChooser.set_current_folder()

Reported by: jonas@websystem.se Owned by: andar
Priority: major Milestone:
Component: GTK UI Version: 0.6.0svn
Keywords: Cc:

Description

Using r3188, restarted the gui and got this.

[DEBUG   ] config:117 Setting 'enabled_plugins' to -1 of <type 'int'>
Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/gtkui.py", line 182, in _on_new_core
    component.start()
  File "/usr/lib64/python2.4/site-packages/deluge/component.py", line 194, in start
    _ComponentRegistry.start()
  File "/usr/lib64/python2.4/site-packages/deluge/component.py", line 114, in start
    self.start_component(component)
  File "/usr/lib64/python2.4/site-packages/deluge/component.py", line 126, in start_component
    self.components[name].start()
  File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 132, in start
    self.update_core_config()
  File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 170, in update_core_config
    self.set_default_options()
  File "/usr/lib64/python2.4/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 360, in set_default_options
    self.glade.get_widget("button_location").set_current_folder(
TypeError: GtkFileChooser.set_current_folder() argument 1 must be string, not bool
apps file failure

Change History (1)

comment:1 by andar, 16 years ago

Resolution: invalid
Status: newclosed

This is likely the result of a previous crash and shouldn't happen anymore. If this does re-occur please give details on how to reproduce.

Note: See TracTickets for help on using tickets.