diff --git a/ChangeLog b/ChangeLog index 74994d495..e8e3e65b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ ==== GtkUI ==== * Fix hiding bottom pane when no tabs are enabled upon restart * Fix saving file priorities when switching torrents in the addtorrentdialog + * Fix the allocate mode not being preserved when selecting different torrents in addtorrentdialog === Deluge 1.1.3 - (15 February 2009) === ==== Core ==== diff --git a/deluge/ui/gtkui/addtorrentdialog.py b/deluge/ui/gtkui/addtorrentdialog.py index 0ad637d9a..97b0a1c35 100644 --- a/deluge/ui/gtkui/addtorrentdialog.py +++ b/deluge/ui/gtkui/addtorrentdialog.py @@ -326,6 +326,8 @@ class AddTorrentDialog(component.Component): self.glade.get_widget("entry_download_path").set_text( options["download_location"]) + self.glade.get_widget("radio_full").set_active( + not options["compact_allocation"]) self.glade.get_widget("radio_compact").set_active( options["compact_allocation"]) self.glade.get_widget("spin_maxdown").set_value(