[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1364: Make the "Mirror the Server Directory" checkbox enable and d (trunk/src/gui/config)
Author: edmanm
Date: 2006-10-21 00:16:04 -0400 (Sat, 21 Oct 2006)
New Revision: 1364
Modified:
trunk/src/gui/config/serverpage.ui
Log:
Make the "Mirror the Server Directory" checkbox enable and disable the dirport
box again. (When did this get messed up?)
Modified: trunk/src/gui/config/serverpage.ui
===================================================================
--- trunk/src/gui/config/serverpage.ui 2006-10-20 23:42:57 UTC (rev 1363)
+++ trunk/src/gui/config/serverpage.ui 2006-10-21 04:16:04 UTC (rev 1364)
@@ -1281,5 +1281,37 @@
</hint>
</hints>
</connection>
+ <connection>
+ <sender>chkMirrorDirectory</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>lineDirPort</receiver>
+ <slot>setEnabled(bool)</slot>
+ <hints>
+ <hint type="sourcelabel" >
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel" >
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>chkMirrorDirectory</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>lblDirPort</receiver>
+ <slot>setEnabled(bool)</slot>
+ <hints>
+ <hint type="sourcelabel" >
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ <hint type="destinationlabel" >
+ <x>-1</x>
+ <y>-1</y>
+ </hint>
+ </hints>
+ </connection>
</connections>
</ui>