Diff Вы: nobody
Вход

Differences From Artifact [760b0b52ef]:

To Artifact [d623c39acb]:


   347    347           if (table=="SessionsHistory"){
   348    348               while (this.SessionTree.Rows.Count() > this.form.HistoryDepth){
   349    349                   currRow = this.SessionTree.Rows.Get(0);
   350    350                   this.SessionTree.Rows.Delete(currRow);
   351    351               }    
   352    352           }
   353    353           if (!sessionRow.Rows.Count()){
   354         -            sessionsHistory.Rows.Delete(sessionRow);
          354  +            //sessionsHistory.Rows.Delete(sessionRow);
   355    355           }
   356    356           
   357    357           //this.form.SessionsHistory = ValueToStringInternal(this.SessionTree);
   358    358   
   359    359       },
   360    360       saveSettings:function(){
   361    361           this.form.SessionsHistory = ValueToStringInternal(this.SessionTree);