Index: /trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/src/combination/bnccomb.cpp	(revision 10610)
+++ /trunk/BNC/src/combination/bnccomb.cpp	(revision 10611)
@@ -427,5 +427,5 @@
       cmbAC* AC = icAC.next();
       if (AC->mountPoint == staID) {
-        acName = AC->name;
+        acName      = AC->name;
         excludeSats = AC->excludeSats;
         break;
@@ -465,5 +465,5 @@
       cmbAC* AC = icAC.next();
       if (AC->mountPoint == staID) {
-        acName = AC->name;
+        acName      = AC->name;
         excludeSats = AC->excludeSats;
         break;
@@ -518,7 +518,7 @@
       cmbAC* AC = icAC.next();
       if (AC->mountPoint == staID) {
-        acName = AC->name;
-        QStringList excludeSats;
-        isAPC  = AC->isAPC;
+        acName      = AC->name;
+        excludeSats = AC->excludeSats;
+        isAPC       = AC->isAPC;
         break;
       }
@@ -688,5 +688,5 @@
       cmbAC* AC = icAC.next();
       if (AC->mountPoint == staID) {
-        acName = AC->name;
+        acName       = AC->name;
         weigthFactor = AC->weightFactor;
         break;
