Index: /trunk/BazaReklam/StartForm.cs
===================================================================
--- /trunk/BazaReklam/StartForm.cs (revision 65)
+++ /trunk/BazaReklam/StartForm.cs (revision 395)
@@ -4,4 +4,5 @@
 using System.Data;
 using System.Data.SqlClient;
+using System.Diagnostics;
 using System.Drawing;
 using System.Text;
@@ -20,7 +21,5 @@
         public static StartForm getStartForm(MDIBazaReklam parent)
         {
-            if (startForm == null) {
-                startForm = new StartForm(parent);
-            }
+            if (startForm == null) startForm = new StartForm(parent);
             return startForm;
         }
@@ -37,8 +36,10 @@
             view_Podsumowanie_Wykonania_Planu_AgencjaTableAdapter1.Connection.ConnectionString = ConnString.getConnString().Value;
 
-            if (User.getUser().St_kierownik) {
+            if (User.getUser().St_kierownik) 
+            {
                 wynikAgencji();
             }
-            else if (User.getUser().St_handlowiec | User.getUser().St_subhandlowiec) {
+            else if (User.getUser().St_handlowiec | User.getUser().St_subhandlowiec) 
+            {
                 wynikAgenta();                   
             }
@@ -117,5 +118,5 @@
    
             filtrujToolStripComboBox.SelectedIndex = 0;
-            agenciToolStripComboBox.SelectedIndex = 0;          
+            agenciToolStripComboBox.SelectedIndex = 0;
         }
 
@@ -499,5 +500,5 @@
             view_Podsumowanie_Wykonania_Planu_AgencjaTableAdapter1.Fill(
                 rEKLAMADataSet.View_Podsumowanie_Wykonania_Planu_Agencja,
-                User.getUser().SymbolAgencji, (short)DateTime.Today.Month, (short)DateTime.Today.Year);    
+                User.getUser().SymbolAgencji, (short)DateTime.Today.Month, (short)DateTime.Today.Year);
 
             //wynik miesieczny
@@ -644,8 +645,8 @@
                 agentToolStripComboBox.Text = User.getUser().Login;
             }
+
+            pierwszaAktywacja = true;
             
             wypelnijShedulerWyniki();
-
-            pierwszaAktywacja = true;
         }
 
@@ -662,4 +663,6 @@
             }
 
+            if (pierwszaAktywacja) return;
+            
             if (User.getUser().St_kierownik)
             {
Index: /trunk/BazaReklam/Properties/AssemblyInfo.cs
===================================================================
--- /trunk/BazaReklam/Properties/AssemblyInfo.cs (revision 386)
+++ /trunk/BazaReklam/Properties/AssemblyInfo.cs (revision 395)
@@ -30,3 +30,3 @@
 //
 [assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.80")]
+[assembly: AssemblyFileVersion("1.0.0.81")]
