]> git.lyx.org Git - features.git/commitdiff
Fixed connections. There is still a bug somewhere.
authorKalle Dalheimer <kalle@kdab.net>
Fri, 30 Mar 2001 06:59:39 +0000 (06:59 +0000)
committerKalle Dalheimer <kalle@kdab.net>
Fri, 30 Mar 2001 06:59:39 +0000 (06:59 +0000)
Fixed geometry.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1858 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/FormCitationDialog.ui

index 936e4bd26a0be7bbf188fd1adde54afb1bb0dc31..6a45408305d496fcd4e14291848f0597ce102ced 100644 (file)
@@ -11,8 +11,8 @@
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>391</width>
-            <height>601</height>
+            <width>369</width>
+            <height>497</height>
         </rect>
     </property>
     <property stdset="1">
     </image>
 </images>
 <connections>
-    <connection>
-        <sender>bibLB</sender>
-        <signal>selected(int)</signal>
-        <receiver>FormCitationDialog</receiver>
-        <slot>slotBibSelected(int)</slot>
-    </connection>
     <connection>
         <sender>addPB</sender>
         <signal>clicked()</signal>
         <receiver>FormCitationDialog</receiver>
         <slot>slotRestoreClicked()</slot>
     </connection>
-    <connection>
-        <sender>citeLB</sender>
-        <signal>selected(int)</signal>
-        <receiver>FormCitationDialog</receiver>
-        <slot>slotCiteSelected(int)</slot>
-    </connection>
     <connection>
         <sender>searchTypePB</sender>
         <signal>toggled(bool)</signal>
         <receiver>FormCitationDialog</receiver>
         <slot>slotTextAfterReturn()</slot>
     </connection>
+    <connection>
+        <sender>bibLB</sender>
+        <signal>highlighted(int)</signal>
+        <receiver>FormCitationDialog</receiver>
+        <slot>slotBibSelected(int)</slot>
+    </connection>
+    <connection>
+        <sender>citeLB</sender>
+        <signal>highlighted(int)</signal>
+        <receiver>FormCitationDialog</receiver>
+        <slot>slotCiteSelected(int)</slot>
+    </connection>
     <slot access="protected">slotTextAfterReturn()</slot>
     <slot access="protected">slotAddClicked()</slot>
     <slot access="protected">slotBibSelected(int)</slot>