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

List:       kde-commits
Subject:    kdenetwork/ksirc
From:       Giovanni Venturi <jumpyj () tiscali ! it>
Date:       2004-09-30 21:40:32
Message-ID: 20040930214032.B4EE4996F () office ! kde ! org
[Download RAW message or body]

CVS commit by gianni: 

removing garbage


  M +0 -18     ksopts.cpp   1.50


--- kdenetwork/ksirc/ksopts.cpp  #1.49:1.50
@@ -180,19 +180,4 @@ void KSOptions::load( int sections )
     {
         conf->setGroup( "StartUp" );
-/*
-        nick = conf->readEntry( "Nick", nick );
-        altNick = conf->readEntry( "AlternativeNick", altNick );
-        realName = conf->readEntry( "RealName", realName );
-        userID = conf->readEntry( "userID", userID );
-        if ( !conf->hasKey( "NotifyList" ) && conf->hasGroup( "NotifyList" ) )
-        {
-            conf->setGroup( "NotifyList" );
-            int count = conf->readNumEntry( "Number" );
-            for ( int i = 0; i < count; ++i )
-                notifyList.append( conf->readEntry(
-                    QString::fromLatin1( "Notify-%1" ).arg( i ) ) );
-        }
-        notifyList = conf->readListEntry( "NotifyList" );
-        */
     }
 
@@ -343,7 +328,4 @@ void KSOptions::load( int sections )
             server["global"].userID = conf->readEntry("userID");
             server["global"].notifyList = conf->readListEntry("NotifyList");
-            if(server["global"].notifyList.count() == 0){
-                server["global"].notifyList = conf->readListEntry("NotifyList");
-            }
 
             conf->setGroup( "Server" );


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

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