From: pavelpa Date: Wed, 27 Jan 2010 19:45:21 +0000 (+0000) Subject: fixed 'copy-paste' error X-Git-Tag: 0.5.0~168 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/21d7cc0bef2273a5794da526c056b1a9ec0bff52 fixed 'copy-paste' error --- diff --git a/src/gui/mainwindow.cpp b/src/gui/mainwindow.cpp index 485667a..6dee041 100644 --- a/src/gui/mainwindow.cpp +++ b/src/gui/mainwindow.cpp @@ -39,7 +39,7 @@ MainWindow::MainWindow(int aEventId, QWidget *aParent) // event details have changed connect(dayTabContainer, SIGNAL(eventHasChanged(int)), SLOT(eventHasChanged(int))); connect(favsTabContainer, SIGNAL(eventHasChanged(int)), SLOT(eventHasChanged(int))); - connect(favsTabContainer, SIGNAL(eventHasChanged(int)), SLOT(eventHasChanged(int))); + connect(tracksTabContainer, SIGNAL(eventHasChanged(int)), SLOT(eventHasChanged(int))); connect(roomsTabContainer, SIGNAL(eventHasChanged(int)), SLOT(eventHasChanged(int))); connect(nowTabContainer, SIGNAL(eventHasChanged(int)), SLOT(eventHasChanged(int))); connect(searchTabContainer, SIGNAL(eventHasChanged(int)), SLOT(eventHasChanged(int)));