From d8217e5f53a41ebbb685a09ef0cf88ba7019d47e Mon Sep 17 00:00:00 2001 From: csoler Date: Fri, 8 Feb 2013 22:20:08 +0000 Subject: [PATCH] put back chat lobbies in place for now git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-ImprovedGUI@6112 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/FriendsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/FriendsDialog.cpp b/retroshare-gui/src/gui/FriendsDialog.cpp index 279f158c7..c9e0e5378 100644 --- a/retroshare-gui/src/gui/FriendsDialog.cpp +++ b/retroshare-gui/src/gui/FriendsDialog.cpp @@ -103,7 +103,7 @@ FriendsDialog::FriendsDialog(QWidget *parent) ui.tabWidget->setTabPosition(QTabWidget::North); ui.tabWidget->addTab(networkView = new NetworkView(),QIcon(IMAGE_NETWORK2), tr("Local network")); ui.tabWidget->addTab(networkDialog = new NetworkDialog(),QIcon(IMAGE_PEERS), tr("Known people")); - //ui.tabWidget->addTab(new ChatLobbyWidget(), tr("Chat lobbies")); + ui.tabWidget->addTab(new ChatLobbyWidget(), tr("Chat lobbies")); //ui.tabWidget->addTab(new ProfileWidget(), tr("Profile")); //newsFeed = new NewsFeed(); //int newsFeedTabIndex = ui.tabWidget->insertTab(0, newsFeed, tr("News Feed"));