mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
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:
parent
792636617d
commit
00ef03a081
@ -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
|
||||
|
@ -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&)</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>refsLB</sender>
|
||||
<signal>selected(const QString&)</signal>
|
||||
<receiver>QRefDialogBase</receiver>
|
||||
<slot>refSelected(const QString&)</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>refsLB</sender>
|
||||
<signal>highlighted(const QString&)</signal>
|
||||
<receiver>QRefDialogBase</receiver>
|
||||
<slot>changed_adaptor()</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>sortCB</sender>
|
||||
<signal>toggled(bool)</signal>
|
||||
|
Loading…
Reference in New Issue
Block a user