Ignore:
Timestamp:
Oct 3, 2011, 5:09:51 PM (13 years ago)
Author:
bayral
Message:

rename category to Albums

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoWpf/Command/PwgCmdDisconnect.cs

    r11935 r12336  
    2626                PwgSessionWPFHelper.AddPwgSessionInfoToPwgSessionWPF(sess, ref sesWPF);
    2727
    28                 SendUiInfo("Removing Image and Category ...");
     28                SendUiInfo("Removing Image and Album ...");
    2929                if (PwgModelManager.Instance.ImageList != null)
    3030                {
     
    3232                }
    3333
    34                 if ((PwgModelManager.Instance.CategoryList != null)
    35                     && (PwgModelManager.Instance.RootCategoryList != null))
     34                if ((PwgModelManager.Instance.AlbumList != null)
     35                    && (PwgModelManager.Instance.RootAlbumList != null))
    3636                {
    37                     PwgModelManager.Instance.RootCategoryList.Childrens.Clear();
     37                    PwgModelManager.Instance.RootAlbumList.Childrens.Clear();
    3838                }
    3939
    40                 if (PwgModelManager.Instance.CategoryList != null)
     40                if (PwgModelManager.Instance.AlbumList != null)
    4141                {
    42                     PwgModelManager.Instance.CategoryList.Clear();
     42                    PwgModelManager.Instance.AlbumList.Clear();
    4343                }
    4444
Note: See TracChangeset for help on using the changeset viewer.