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

List:       kde-commits
Subject:    branches/trinity/kdenetwork
From:       Timothy Pearson <kb9vqf () pearsoncomputing ! net>
Date:       2010-09-21 22:56:50
Message-ID: 20100921225650.7769DAC888 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1177996 by tpearson:

Fix log messages


 M  +3 -1      filesharing/advanced/kcm_sambaconf/dictmanager.cpp  
 M  +3 -2      wifi/kcmwifi/wificonfig.cpp  


--- branches/trinity/kdenetwork/filesharing/advanced/kcm_sambaconf/dictmanager.cpp #1177995:1177996
@@ -2,7 +2,7 @@
                           dictmanager.cpp  -  description
                              -------------------
     begin                : Wed Jan 1 2003
-    copyright            : (C) 2003 by Jan Schäfer
+    copyright            : (C) 2003 by Jan Sch�fer
     email                : janschaefer@users.sourceforge.net
  ***************************************************************************/
 
@@ -164,9 +164,11 @@
       comboIndex++;
     }
 
+    if (comboIndex < comboBoxIt.current()->count()) {
     comboBoxIt.current()->setCurrentItem(comboIndex);
   }
 }
+}
 
 
 void DictManager::save(SambaShare* share, bool globalValue, bool defaultValue){
--- branches/trinity/kdenetwork/wifi/kcmwifi/wificonfig.cpp #1177995:1177996
@@ -235,8 +235,8 @@
 
   if ( !procFile.open( IO_ReadOnly ) )
   {
-    KMessageBox::sorry( 0,
-        i18n( "Unable to autodetect wireless interface." ) );
+//     KMessageBox::sorry( 0,
+//         i18n( "Unable to autodetect wireless interface." ) );
     return m_detectedInterface;
   }
 
@@ -270,6 +270,7 @@
       test << *it;
       connect( &test, TQT_SIGNAL( readReady( KProcIO * ) ),
                this, TQT_SLOT( slotTestInterface( KProcIO * ) ) );
+      printf("[kcontrol wificonfig] Checking interface for wireless extensions...");
       test.start ( KProcess::Block );
     }
   }
[prev in list] [next in list] [prev in thread] [next in thread] 

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