mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Add "Save Path" column to the torrent view.
This commit is contained in:
parent
1c665b7d2f
commit
f30a10f2b8
1 changed files with 5 additions and 3 deletions
|
@ -17,9 +17,9 @@
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with deluge. If not, write to:
|
# along with deluge. If not, write to:
|
||||||
# The Free Software Foundation, Inc.,
|
# The Free Software Foundation, Inc.,
|
||||||
# 51 Franklin Street, Fifth Floor
|
# 51 Franklin Street, Fifth Floor
|
||||||
# Boston, MA 02110-1301, USA.
|
# Boston, MA 02110-1301, USA.
|
||||||
#
|
#
|
||||||
# In addition, as a special exception, the copyright holders give
|
# In addition, as a special exception, the copyright holders give
|
||||||
# permission to link the code of portions of this program with the OpenSSL
|
# permission to link the code of portions of this program with the OpenSSL
|
||||||
|
@ -222,6 +222,8 @@ class TorrentView(listview.ListView, component.Component):
|
||||||
self.add_texticon_column(_("Tracker"), status_field=["tracker_host", "tracker_host"],
|
self.add_texticon_column(_("Tracker"), status_field=["tracker_host", "tracker_host"],
|
||||||
function=cell_data_trackericon)
|
function=cell_data_trackericon)
|
||||||
|
|
||||||
|
self.add_text_column(_("Save Path"), status_field=["save_path"])
|
||||||
|
|
||||||
# Set filter to None for now
|
# Set filter to None for now
|
||||||
self.filter = None
|
self.filter = None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue