From kde-commits Fri Jan 30 11:21:41 2009 From: Laurent Montel Date: Fri, 30 Jan 2009 11:21:41 +0000 To: kde-commits Subject: branches/work/konvi-kde4/src/irc Message-Id: <1233314501.190318.26620.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123331450811001 SVN commit 918615 by mlaurent: Reactivate here too M +1 -3 servergroupdialog.cpp --- branches/work/konvi-kde4/src/irc/servergroupdialog.cpp #918614:918615 @@ -18,7 +18,7 @@ #include "serversettings.h" #include "serverdialog.h" #include "channeldialog.h" -// #include "identitydialog.h" +#include "identitydialog.h" #include "servergroupdialogui.h" #include @@ -382,7 +382,6 @@ void ServerGroupDialog::editIdentity() { -/* IdentityDialog dlg(this); dlg.setCurrentIdentity(m_mainWidget->m_identityCBox->currentItem()); @@ -401,7 +400,6 @@ ViewContainer* vc = KonversationApplication::instance()->getMainWindow()->getViewContainer(); vc->updateViewEncoding(vc->getFrontView()); } -*/ } void ServerGroupDialog::slotOk()