Module: deluge Branch: 1.3-stable Commit: 2cb77d17cece8019c879c50afeb07836f8a851ab
Author: John Garland <[email protected]> Date: Fri Jun 10 13:24:36 2011 +1000 Increase max piece size to 16 MiB in create torrent dialog Increasing it beyond this will require changes to createtorrentdialog.py --- ChangeLog | 1 + deluge/ui/gtkui/glade/create_torrent_dialog.glade | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index a6fe345..214127f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ * Show the checking icon for torrents in the 'Checking Resume Data' state * #1195: Fix right-click selecting issue when switching between folders and files * Add F2 key shortcut for renaming filenames in the Files Tab + * Increase max piece size to 16 MiB in create torrent dialog === AutoAdd === * #1861: Fix AutoAdd Warning (column number is a boolean) diff --git a/deluge/ui/gtkui/glade/create_torrent_dialog.glade b/deluge/ui/gtkui/glade/create_torrent_dialog.glade index 38cd7cb..2307fdb 100644 --- a/deluge/ui/gtkui/glade/create_torrent_dialog.glade +++ b/deluge/ui/gtkui/glade/create_torrent_dialog.glade @@ -558,6 +558,7 @@ 2 MiB 4 MiB 8 MiB +16 MiB </property> </widget> <packing> -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
