Disconnect two signals --- forward port from 1.3.x.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10351 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-07-23 21:54:49 +00:00
parent 792636617d
commit 00ef03a081
2 changed files with 6 additions and 13 deletions

View File

@ -1,3 +1,8 @@
2005-07-23 Angus Leeming <leeming@lyx.org>
* QRefDialogBase.ui: disconnect two refsLB signals to the
refSelected and changed_adaptor slots.
2005-07-22 Angus Leeming <leeming@lyx.org>
* QRef.C (update_contents): disable the OK button when the dialog is

View File

@ -13,7 +13,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>351</width>
<width>347</width>
<height>423</height>
</rect>
</property>
@ -409,18 +409,6 @@
<receiver>QRefDialogBase</receiver>
<slot>refHighlighted(const QString&amp;)</slot>
</connection>
<connection>
<sender>refsLB</sender>
<signal>selected(const QString&amp;)</signal>
<receiver>QRefDialogBase</receiver>
<slot>refSelected(const QString&amp;)</slot>
</connection>
<connection>
<sender>refsLB</sender>
<signal>highlighted(const QString&amp;)</signal>
<receiver>QRefDialogBase</receiver>
<slot>changed_adaptor()</slot>
</connection>
<connection>
<sender>sortCB</sender>
<signal>toggled(bool)</signal>