Norwegian translation updated and made small change to connection manager.
[jenirok] / src / common / connectionmanager.cpp
index e8d9ad4..510a504 100644 (file)
@@ -406,7 +406,7 @@ void ConnectionManager::scanResult(const QDBusMessage& rep)
         {
             if(status == ICD_SCAN_NEW)
             {
-                connections_->insert(i, connection);
+                connections_->replace(i, connection);
             }
 
             return;