Fixed connections. There is still a bug somewhere.

Fixed geometry.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1858 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Kalle Dalheimer 2001-03-30 06:59:39 +00:00
parent 24cdf09610
commit ba1c81aad3

View 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">
@ -647,12 +647,6 @@
</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>
@ -683,12 +677,6 @@
<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>
@ -725,6 +713,18 @@
<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>