[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/konvi-kde4/src
From:       Laurent Montel <montel () kde ! org>
Date:       2009-01-30 11:20:18
Message-ID: 1233314418.492575.26453.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 918614 by mlaurent:

Reenable identitidialog


 M  +5 -5      mainwindow.cpp  


--- branches/work/konvi-kde4/src/mainwindow.cpp #918613:918614
@@ -22,7 +22,7 @@
 #include "bookmarkhandler.h" ////// header renamed
 #include "trayicon.h"
 #include "serverlistdialog.h"
-//#include "identitydialog.h"
+#include "identitydialog.h"
 #include "notificationhandler.h"
 #include "irccharsets.h"
 #include "connectionmanager.h"
@@ -831,7 +831,7 @@
 }
 
 void KonversationMainWindow::openIdentitiesDialog()
-{/*
+{
     Konversation::IdentityDialog dlg(this);
 
     if (dlg.exec() == KDialog::Accepted)
@@ -839,11 +839,11 @@
         if (m_serverListDialog)
             m_serverListDialog->updateServerList();
         m_viewContainer->updateViewEncoding(m_viewContainer->getFrontView());
-    }*/
+    }
 }
 
 IdentityPtr KonversationMainWindow::editIdentity(IdentityPtr identity)
-{/*
+{
     IdentityPtr newIdentity;
 
     Konversation::IdentityDialog dlg(this);
@@ -854,7 +854,7 @@
         m_serverListDialog->updateServerList();
         return newIdentity;
     }
-    else */
+    else 
         return IdentityPtr();
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic