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/PwgCmdConnect.cs

    r12015 r12336  
    3333                }
    3434
    35                 SendUiInfo("Retriving list of Category from server...");
     35                SendUiInfo("Retriving list of Album from server...");
    3636                PwgSessionWPFHelper.AddPwgSessionInfoToPwgSessionWPF(sess, ref sesWPF);
    3737
    38                 PwgCategoryListWPFHelper.InitRootCategory();
     38                PwgAlbumListWPFHelper.InitRootAlbum();
    3939
    40                 List<PwgCategory> lstCat = PwgServiceProvider.Instance.PwgCategoriesService.GetListOfCategory(null, null, null); //(PwgModelManager.Instance.Session.Status == PwgSessionStatusEnum.Guest)
    41                 PwgRootCategoryWPF aRootCatWPF = PwgModelManager.Instance.RootCategoryList;
     40                List<PwgAlbum> lstCat = PwgServiceProvider.Instance.PwgAlbumsService.GetListOfAlbum(null, null, null); //(PwgModelManager.Instance.Session.Status == PwgSessionStatusEnum.Guest)
     41                PwgRootAlbumWPF aRootCatWPF = PwgModelManager.Instance.RootAlbumList;
    4242
    43                 PwgCategoryListWPFHelper.ConvertPwgCategoryListToPwgRootCategoryWPF(lstCat, ref aRootCatWPF);
     43                PwgAlbumListWPFHelper.ConvertPwgAlbumListToPwgRootAlbumWPF(lstCat, ref aRootCatWPF);
    4444                aRootCatWPF.IsExpanded = true;
    4545
Note: See TracChangeset for help on using the changeset viewer.