Merge branch 'new_panels' into locationlistview
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Mon, 16 Aug 2010 08:56:00 +0000 (11:56 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Mon, 16 Aug 2010 08:56:00 +0000 (11:56 +0300)
1  2 
src/ui/mainwindow.cpp

@@@ -326,9 -321,8 +326,9 @@@ void MainWindow::buildPanels(
      m_tabbedPanel = new TabbedPanel(this);
      m_tabbedPanel->addTab(m_userInfoPanel, QIcon(":/res/images/user_info.png"));
      m_tabbedPanel->addTab(m_friendsListPanel, QIcon(":/res/images/friend_list.png"));
 +    m_tabbedPanel->addTab(m_routingPanel, QIcon(":/res/images/routing.png"));
  
-     connect(m_tabbedPanel, SIGNAL(tabChanged()),
+     connect(m_tabbedPanel, SIGNAL(panelClosed()),
              m_friendsListPanel, SLOT(clearFriendListFilter()));
  
      connect(m_mapView, SIGNAL(viewResized(QSize)),