Fixed a bug that prevented the routing tab to be selected when a route to friend...
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Tue, 31 Aug 2010 10:45:06 +0000 (13:45 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Tue, 31 Aug 2010 10:45:06 +0000 (13:45 +0300)
src/ui/routingpanel.cpp

index 6135f31..6a244d2 100644 (file)
@@ -223,7 +223,7 @@ void RoutingPanel::setRoute(Route &route)
     // toggle action handler is called every time
     searchLocationButtonToggled(false);
 
-    emit showPanelRequested(this);
+    emit openPanelRequested(this);
 }
 
 void RoutingPanel::setRouteButtonDisabled()