Changeset 3738
- Timestamp:
- 08/23/08 03:57:37 (5 months ago)
- Files:
-
- 3 modified
-
branches/1.0.0_RC/ChangeLog (modified) (1 diff)
-
branches/1.0.0_RC/deluge/ui/gtkui/addtorrentdialog.py (modified) (1 diff)
-
trunk/deluge/ui/gtkui/addtorrentdialog.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0.0_RC/ChangeLog
r3734 r3738 2 2 Core: 3 3 * Attempt to automatically upgrade a 0.5.x state file to new format 4 5 GtkUI: 6 * Sort filenames alphabetically in add torrent dialog 4 7 5 8 Deluge 0.9.07 - "1.0.0_RC7" (18 August 2008) -
branches/1.0.0_RC/deluge/ui/gtkui/addtorrentdialog.py
r3654 r3738 72 72 self.files_treestore = gtk.TreeStore(bool, str, gobject.TYPE_UINT64, 73 73 gobject.TYPE_INT64, bool, str) 74 self.files_treestore.set_sort_column_id(1, gtk.SORT_ASCENDING) 75 74 76 # Holds the files info 75 77 self.files = {} -
trunk/deluge/ui/gtkui/addtorrentdialog.py
r3654 r3738 72 72 self.files_treestore = gtk.TreeStore(bool, str, gobject.TYPE_UINT64, 73 73 gobject.TYPE_INT64, bool, str) 74 self.files_treestore.set_sort_column_id(1, gtk.SORT_ASCENDING) 75 74 76 # Holds the files info 75 77 self.files = {}
