fixing disabled away reason fields
authorMarcus Eggenberger <egs@quassel-irc.org>
Mon, 16 Feb 2009 19:46:29 +0000 (20:46 +0100)
committerMarcus Eggenberger <egs@quassel-irc.org>
Mon, 16 Feb 2009 19:46:41 +0000 (20:46 +0100)
src/qtui/settingspages/identityeditwidget.ui

index 6f847e8..ba6563c 100644 (file)
@@ -784,5 +784,38 @@ Proceeding will cause an unencrypted transfer of your SSL Key and SSL Certificat
   </layout>
  </widget>
  <resources/>
   </layout>
  </widget>
  <resources/>
- <connections/>
+ <connections>
+  <connection>
+   <sender>detachAwayReasonEnabled</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>detachAwayReason</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel" >
+     <x>103</x>
+     <y>195</y>
+    </hint>
+    <hint type="destinationlabel" >
+     <x>215</x>
+     <y>196</y>
+    </hint>
+   </hints>
+  </connection>
+  <connection>
+   <sender>awayReasonEnabled</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>awayReason</receiver>
+   <slot>setEnabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel" >
+     <x>97</x>
+     <y>107</y>
+    </hint>
+    <hint type="destinationlabel" >
+     <x>195</x>
+     <y>104</y>
+    </hint>
+   </hints>
+  </connection>
+ </connections>
 </ui>
 </ui>