[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [vidalia-plugins/master] Set event Bandwidth so the graph works
commit 54be496f6080d999c666abe865706673c6365784
Author: Tomás Touceda <chiiph@xxxxxxxxxxxxxx>
Date: Sun Jul 22 14:13:22 2012 -0300
Set event Bandwidth so the graph works
---
bwgraph/bwgraph.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/bwgraph/bwgraph.js b/bwgraph/bwgraph.js
index a733b58..c9d7068 100644
--- a/bwgraph/bwgraph.js
+++ b/bwgraph/bwgraph.js
@@ -15,16 +15,17 @@ var bwgraph = {
start: function() {
vdebug("Bwhistory@start");
- torControl["bandwidthUpdate(quint64, quint64)"].connect(this, this.saveBandwidth);
this.createGUI();
this.loadSettings();
this.recv = parseInt(this.tab.getSetting(this.Sent, 0));
this.sent = parseInt(this.tab.getSetting(this.Recv, 0));
this.from = this.tab.getSetting(this.From, "");
+ torControl.setEvent(TorEvents.Bandwidth);
if(this.from.length == 0)
this.from = QDateTime.currentDateTime().toString();
+ torControl["bandwidthUpdate(quint64, quint64)"].connect(this, this.saveBandwidth);
},
saveBandwidth: function(recv, sent) {
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits