Review
authorSami Rämö <sami.ramo@ixonos.com>
Thu, 26 Aug 2010 12:33:03 +0000 (15:33 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Thu, 26 Aug 2010 12:33:03 +0000 (15:33 +0300)
 - Reviewed by Pekka Nissinen

src/ui/routingpanel.cpp

index 091506e..6135f31 100644 (file)
@@ -218,8 +218,9 @@ void RoutingPanel::setRoute(Route &route)
     m_routeButton->setChecked(true);
     blockSignals(false);
     m_searchLocationButton->setChecked(false);
+
     // search location button might be already false, so we have to make sure the
-    // toggle action handler is caller every time
+    // toggle action handler is called every time
     searchLocationButtonToggled(false);
 
     emit showPanelRequested(this);