[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3780: Show or hide the "Who has used my bridge recently?" link alo (in vidalia/trunk: . src/vidalia/config)



Author: edmanm
Date: 2009-05-17 02:24:17 -0400 (Sun, 17 May 2009)
New Revision: 3780

Modified:
   vidalia/trunk/CHANGELOG
   vidalia/trunk/src/vidalia/config/ServerPage.cpp
Log:

Show or hide the "Who has used my bridge recently?" link along with
the other bridge-related widgets when the user toggles the relay mode
in the Network settings page. (Ticket #480)


Modified: vidalia/trunk/CHANGELOG
===================================================================
--- vidalia/trunk/CHANGELOG	2009-05-17 04:34:38 UTC (rev 3779)
+++ vidalia/trunk/CHANGELOG	2009-05-17 06:24:17 UTC (rev 3780)
@@ -2,6 +2,9 @@
   o Add a "Find Bridges Now" button that will attempt to automatically
     download a set of bridge addresses and add them to the list of bridges
     in the Network settings page.
+  o Show or hide the "Who has used my bridge recently?" link along with
+    the other bridge-related widgets when the user toggles the relay mode
+    in the Network settings page. (Ticket #480)
   o Tolerate bridge addresses that do not specify a port number, since Tor
     now defaults to using port 443 in such cases.
   o Add support for viewing the map as a full screen widget when built

Modified: vidalia/trunk/src/vidalia/config/ServerPage.cpp
===================================================================
--- vidalia/trunk/src/vidalia/config/ServerPage.cpp	2009-05-17 04:34:38 UTC (rev 3779)
+++ vidalia/trunk/src/vidalia/config/ServerPage.cpp	2009-05-17 06:24:17 UTC (rev 3780)
@@ -230,6 +230,7 @@
   ui.lblYourBridgeRelayIs->setVisible(bridgeEnabled);
   ui.lblBridgeIdentity->setVisible(bridgeEnabled);
   ui.btnCopyBridgeIdentity->setVisible(bridgeEnabled);
+  ui.lblBridgeUsage->setVisible(bridgeEnabled);
 }
 
 /** Returns true if the user has changed their server settings since the