]> granicus.if.org Git - transmission/commitdiff
#4833 regression: Select / Deselect transfers option missing
authorMitchell Livingston <livings124@transmissionbt.com>
Mon, 4 Jun 2012 00:28:15 +0000 (00:28 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Mon, 4 Jun 2012 00:28:15 +0000 (00:28 +0000)
web/index.html
web/javascript/transmission.js

index 95eb611548d1a0fc6a22bd1f0134b03d885d7836..1ea7cf570d9a759368dffa1eb8e8472c81ffef3a 100755 (executable)
                                <li id="context_verify">Verify Local Data</li>
                                <li class="separator"></li>
                                <li id="context_reannounce">Ask tracker for more peers</li>
+                               <li class="separator"></li>
+                               <li id="context_select_all">Select All</li>
+                               <li id="context_deselect_all">Deselect All</li>
                        </ul>
                </div>
 
index 9b33dd143e4096ec093e1c73ea9ec073642b0e1c..f5b36c9bc999f81c296217ebb82cec0dac4ee0cb 100644 (file)
@@ -183,7 +183,9 @@ Transmission.prototype =
                        context_move_top:             function() { tr.moveTop(); },
                        context_move_up:              function() { tr.moveUp(); },
                        context_move_down:            function() { tr.moveDown(); },
-                       context_move_bottom:          function() { tr.moveBottom(); }
+                       context_move_bottom:          function() { tr.moveBottom(); },
+                       context_select_all:           function() { tr.selectAll(); },
+                       context_deselect_all:         function() { tr.deselectAll(); }
                };
 
                // Set up the context menu