mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
trivial fix for qcitation dialog (bug 1284)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7445 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7a8d5da2b8
commit
469c5ed4c3
@ -1,3 +1,8 @@
|
||||
2003-07-30 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||
|
||||
* ui/QCitationDialogBase.ui: Omit correct signal for styleCO changes
|
||||
(bug 1284).
|
||||
|
||||
2003-07-29 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* qfont_loader.C:
|
||||
|
@ -461,7 +461,7 @@
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>citationStyleCO</sender>
|
||||
<signal>textChanged(const QString&)</signal>
|
||||
<signal>activated(int)</signal>
|
||||
<receiver>QCitationDialogBase</receiver>
|
||||
<slot>changed_adaptor()</slot>
|
||||
</connection>
|
||||
|
Loading…
Reference in New Issue
Block a user