From 2455df7cdc82b1b97666a165d0fdfb6fbf73a2b6 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 24 Mar 2010 14:53:53 +0000 Subject: [PATCH] Typo. Bad one. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33855 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiSelectionManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiSelectionManager.cpp b/src/frontends/qt4/GuiSelectionManager.cpp index 19d0f78300..b39f2a79d8 100644 --- a/src/frontends/qt4/GuiSelectionManager.cpp +++ b/src/frontends/qt4/GuiSelectionManager.cpp @@ -68,7 +68,7 @@ GuiSelectionManager::GuiSelectionManager( SIGNAL(selectionChanged(QItemSelection, QItemSelection)), this, SLOT(availableChanged(QItemSelection, QItemSelection))); connect(selectedLV->selectionModel(), - SIGNAL(currentChanged(QItemSelection, QItemSelection)), + SIGNAL(selectionChanged(QItemSelection, QItemSelection)), this, SLOT(selectedChanged(QItemSelection, QItemSelection))); connect(addPB, SIGNAL(clicked()), this, SLOT(addPB_clicked())); -- 2.39.2