diff --git a/src/WeeklySummaryWindow.cpp b/src/WeeklySummaryWindow.cpp index 59e9e4a6b..b28932829 100644 --- a/src/WeeklySummaryWindow.cpp +++ b/src/WeeklySummaryWindow.cpp @@ -148,6 +148,8 @@ WeeklySummaryWindow::WeeklySummaryWindow(bool useMetricUnits, //connect(mainWindow, SIGNAL(rideSelected()), this, SLOT(refresh())); connect(this, SIGNAL(rideItemChanged(RideItem*)), this, SLOT(refresh())); connect(mainWindow, SIGNAL(zonesChanged()), this, SLOT(refresh())); + connect(mainWindow, SIGNAL(rideAdded(RideItem*)), this, SLOT(refresh())); + connect(mainWindow, SIGNAL(rideDeleted(RideItem*)), this, SLOT(refresh())); } void