Author: s0undt3ch

Revision: 6068

Log:
        Add "Save Path" column to the torrent view.

Diff:
Modified: trunk/deluge/ui/gtkui/torrentview.py
===================================================================
--- trunk/deluge/ui/gtkui/torrentview.py        2010-01-01 16:02:20 UTC (rev 
6067)
+++ trunk/deluge/ui/gtkui/torrentview.py        2010-01-01 21:23:57 UTC (rev 
6068)
@@ -17,9 +17,9 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with deluge.    If not, write to:
-#      The Free Software Foundation, Inc.,
-#      51 Franklin Street, Fifth Floor
-#      Boston, MA  02110-1301, USA.
+#     The Free Software Foundation, Inc.,
+#     51 Franklin Street, Fifth Floor
+#     Boston, MA  02110-1301, USA.
 #
 #    In addition, as a special exception, the copyright holders give
 #    permission to link the code of portions of this program with the OpenSSL
@@ -222,6 +222,8 @@
         self.add_texticon_column(_("Tracker"), status_field=["tracker_host", 
"tracker_host"],
                                     function=cell_data_trackericon)
 
+        self.add_text_column(_("Save Path"), status_field=["save_path"])
+
         # Set filter to None for now
         self.filter = None
 


--

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.


Reply via email to