Changeset 2131
- Timestamp:
- 11/22/07 16:23:37 (9 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
src/gui/config/serverpage.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r2129 r2131 18 18 respectively, to match Tor's defaults. 19 19 o Make the "Use this proxy for HTTPS also" checkbox checked by default. 20 o Disable the labels that display the user's bridge relay information if the 21 user is not running a bridge, instead of just disabling the copy button. 20 22 o Modified the Mac OS X bundle installer to set Vidalia to start 21 23 automatically on login for the user that installed the bundle. -
trunk/src/gui/config/serverpage.cpp
r2118 r2131 194 194 ? tr("Your bridge relay is not running.") 195 195 : bridge); 196 ui.lblYourBridgeRelayIs->setEnabled(!bridge.isEmpty()); 197 ui.lblBridgeIdentity->setEnabled(!bridge.isEmpty()); 196 198 ui.btnCopyBridgeIdentity->setEnabled(!bridge.isEmpty()); 197 199 }
